Navigation

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

    mowgly

    @mowgly

    0
    Reputation
    1
    Posts
    371
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    mowgly Follow

    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