What is $rootscope.$$phase = null?

南笙酒味 提交于 2019-12-11 00:22:05

问题


I use kendo ui and angular.js in my application. When i do some actions like hover or click event on some elements i see that other elements simply disappear. I debug it and see in angular.js file

$rootscope.$$phase = null;

and then the elements disappear.

What is this:

$rootscope.$$phase = null;

and how to prevent it?

来源:https://stackoverflow.com/questions/34537099/what-is-rootscope-phase-null

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!