エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Why does ng-class="ng-app" break AngularJS?
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Why does ng-class="ng-app" break AngularJS?
To get AngularJS to work in IE7 and IE8, I add id="ng-app" and class="ng-app" to my ng-app elemen... To get AngularJS to work in IE7 and IE8, I add id="ng-app" and class="ng-app" to my ng-app element: <html id="ng-app" class="ng-app" ng-app="myApp"> <div ng-view></div> </html> This has always worked in the past, but now I've added class="ng-app" to two different projects, and in both the view no longer renders in any browser. Has the way to do IE7/8 compatibility changed? I'm using version 1.0.2

