Angular ui-router x modal やりたい

イシュー

  • モーダルエフェクトを angular ui-routerを使って別ファイルでやりたい。
  • これができると、SPAでファイルを分割管理しながらmodalエフェクトのアプリを実装できる

参考

modal で子ウィンドウに値を渡す。

  • 子ウィンドウ側で、Angularの変数を使用するには、scriptタグのtype="text/ng-template" で定義してあげる必要がある
<script type="text/ng-template"></script>

参考

ui-router & ui-bootstrap のタブ機能

参考