Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. mowgly
    3. Posts
    M
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by mowgly

    • 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?

      posted in Onsen UI
      M
      mowgly