Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. .state('authorized', { url: '/authorized', template: '<authorize></authorize>' })
  2.  
  3. GET http://localhost:8080/authorized 404 (Not Found)
  4.  
  5. .state('pallettypes', {
  6. url: '/pallettypes',
  7. template: '<authorize></authorize>'
  8. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement