当我尝试导航到home.html时,这就是工作:
myNavigator.pushPage('home.html', { animation : 'slide' } )
但是当我将页面插入范围并尝试使用范围导航时无效。我该怎么做?预先感谢。我试试这个但不行:
myNavigator.pushPage(+scope.page, { animation : 'slide' } )
我也尝试:
myNavigator.pushPage('+scope.message', { animation : 'slide' } )
答案 0 :(得分:2)
检查console.log(scope.page)/ console.log($ scope.page)
但我认为myNavigator.pushPage($scope.page, { animation : 'slide' } )