Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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?