Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // DZIAŁA
- .state('accounts', {
- url: '/panel/accounts',
- templateUrl: 'views/accounts/index.html',
- })
- // NIEDZIAŁA:
- .state('accounts', {
- url: '/panel/accounts',
- templateUrl: 'views/accounts/index.html',
- views: {
- "create_modal": {
- templateUrl: 'views/accounts/partials/create_modal.html'
- }
- }
- })
Advertisement
Add Comment
Please, Sign In to add comment