Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Onsen UI フレームワークで Angular JS を使用しています。「ページを変更する」ためのテンプレートでは、関数を呼び出す ng-click を配置するだけです。
ons.screen.presentPage('mypage.html')
同じことをコントローラー (javascript コード) で行う必要があります。つまり、リンクをクリックせずにページを変更したいということです。
ありがとう
ng-click の外部で行う場合と同様に、関数を通常どおり呼び出します。onsenui.js をロードした場合、シームレスに動作します。