angular.js - Using angularjs ui-router to load the page requires js to realize the page full function. How to ensure that the js code is executed after the page elements are loaded?
大家讲道理2017-05-15 16:54:35
0
1
570
I now use angularjs ui-router to load the page, and I need js to realize the page full function. How to ensure that the js code is executed after the page elements are loaded?
I already know that this problem can be solved by writing js below the sub-html file where the corresponding operation element is located