• home > webfront > ECMAS > angularjs >

    angualrjs ng-bind造成页面controller中view加载不完全,页面残缺

    Author:[email protected] Date:

    angularjs+requirejs 加载项目……时不时地刷新,页面,乱了……<iclass="pClslg"ng-bind="cashCount" >console 也木有报错……一时间找

    angularjs+requirejs 加载项目……

    时不时地刷新,页面,乱了……

    <i class="pClslg" ng-bind="cashCount"/>

    console 也木有报错……

    一时间找不到原因……

    去群里问了下说,说是、requirejs加载 顺序关系……

    然后,排除了……

    然后说是,ng-bind 的原因……

    <i class="pClslg">{{cashCount}}</i>

    发现,果然好了……

    其实,用ng-bind 也可以

    <i class="pClslg" ng-bind="cashCount"></i>

    也木有问题

    ……应该是,ng-bind   <i/> 这玩意的问题……卡死了……

    Screen Shot 2016-07-13 at 15.45.21.png

    Screen Shot 2016-07-13 at 16.02.39.png


    转载本站文章《angualrjs ng-bind造成页面controller中view加载不完全,页面残缺》,
    请注明出处:https://www.zhoulujun.cn/html/webfront/ECMAScript/angularjs/2016_0713_7856.html