asp.net - AngularJS loads at the very end -
i making application using asp.net 4.5 web forms , angularjs 1.2.
i encounter problem in web pages, angularjs takes time load , during time, curly brace template expressions not rendered correctly in page.
i mean, these in page while angularjs still loading :
{{exp1}} visit on {{date}}
i pages page_load asp.net function lot of work, problem more prominent. these template expressions stay on page 3/4 seconds.
i tried solve using loading gif, toggle visibility of loading gif using angular.js no either.
use in body
<body ng-cloak> </body>
and in css
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }
Comments
Post a Comment