In ionic如果我在离子导航视图中添加了ng-class,它没有任何效果。
HTML:
<ion-nav-view ng-class="{'test': $root.test}"></ion-nav-view>
JS:
.run(function($rootScope) {
$rootScope.test = true;
...
是因为离子指令不支持ng-class? 指令代码为https://github.com/driftyco/ionic/blob/1.x/js/angular/directive/navView.js