Navigation

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

    Luis Guilherme Pires Moura

    @Luis Guilherme Pires Moura

    0
    Reputation
    4
    Posts
    1006
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Luis Guilherme Pires Moura Follow

    Posts made by Luis Guilherme Pires Moura

    • How to set a default page on Navigator with Angular JS variable

      How to set a default page on Navigator with Angular JS variable

      <div ng-init="loadApp()">
          <ons-navigator var="myNavigator" page="{{pageIni}}"></ons-navigator>
      </div>
      
      posted in Onsen UI
      Luis Guilherme Pires Moura
    • RE: icon src dynamic with Angular JS

      Thank guy realy is a double ‘fa-’ :sweat_smile:

      posted in Onsen UI
      Luis Guilherme Pires Moura
    • icon src dynamic with Angular JS

      Using angularjs to set the icon?

      <ons-list-item ng-repeat="item in menu" tappable>
              <ons-icon icon="{{item.icon}}"></ons-icon>
              {{item.name}}
       </ons-list-item>
      

      I did so but did not work.

      posted in Onsen UI
      Luis Guilherme Pires Moura
    • How can I get the current page name in Onsen 2.0.0 rc.9 ?

      Hi,

      I was using this method in Onsen 1.x before migration to Onsen 2.0.0 rc.9:

      myNav.getCurrentPage().page;
      

      But the function getCurrentPage().page is not working after migration to Onsen 2.

      posted in Onsen UI
      Luis Guilherme Pires Moura