Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. app.run(function($rootScope, $location) {
  2. $rootScope.$on('$routeChangeSuccess', function () {
  3. if (true)
  4. $location.url("/login")
  5. })
  6. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement