navigate to the page with url like "/app/SomeController/{123}/show"
-
I have RoR backend and I need to navigate to the page with url like “/app/SomeController/{123}/show”.
navigator.bringPageTop("/app/Controller/{123}/show");
raises the exception
util.js:512 Uncaught (in promise) Error: [Onsen UI] In PageAttributeExpression: } must be preceeded by ${
Is there any way to do this?