Guest User

Untitled

a guest
Feb 27th, 2015
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // DZIAŁA
  2.  
  3. .state('accounts', {
  4.               url: '/panel/accounts',
  5.               templateUrl: 'views/accounts/index.html',
  6.           })
  7.  
  8.  
  9. // NIEDZIAŁA:
  10.  
  11. .state('accounts', {
  12.               url: '/panel/accounts',
  13.               templateUrl: 'views/accounts/index.html',
  14.               views: {
  15.                   "create_modal": {
  16.                       templateUrl: 'views/accounts/partials/create_modal.html'
  17.                   }
  18.               }
  19.           })
Advertisement
Add Comment
Please, Sign In to add comment