angular 没有compile 完成的接口,最像的接口是$viewContentLoaded(router ui),但是一开始会开始跑,因为有ui-view 暂时解决方法是在body的loading 给一个固定不会动的elem,默认是youXX class,是显示的,接着$viewContentLoaded会去remove Class,但必须要有YY这个class,接着$locationChangeState去add YY class,最后$viewContentLoaded去remove…