Guest User

Untitled

a guest
Apr 30th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <div ui-view></div>
  2. <div class="page-loading"></div>
  3.  
  4. $rootScope.$on('$routeChangeSuccess', function() {
  5. $('.page-loading').hide();
  6. });
  7.  
  8. $rootScope.$on('$stateChangeSuccess', function() {
  9. $('.page-loading').hide();
  10. });
Add Comment
Please, Sign In to add comment