File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ angular.module ('com.module.events')
44 $stateProvider . state ( 'app.events' , {
55 abstract : true ,
66 url : '/events' ,
7- templateUrl : 'modules/events/views/main.html' ,
8- controller : 'EventsCtrl'
7+ templateUrl : 'modules/events/views/main.html'
98 } ) . state ( 'app.events.list' , {
109 url : '' ,
1110 templateUrl : 'modules/events/views/list.html' ,
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ angular.module ('com.module.files')
44 $stateProvider . state ( 'app.files' , {
55 abstract : true ,
66 url : '/files' ,
7- templateUrl : 'modules/files/views/main.html' ,
8- controller : 'FilesCtrl'
7+ templateUrl : 'modules/files/views/main.html'
98 } )
109 . state ( 'app.files.list' , {
1110 url : '' ,
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ app.config(function ($stateProvider) {
55 $stateProvider . state ( 'app.notes' , {
66 abstract : true ,
77 url : '/notes' ,
8- templateUrl : 'modules/notes/views/main.html' ,
9- controller : 'NotesCtrl'
8+ templateUrl : 'modules/notes/views/main.html'
109 }
1110 ) . state ( 'app.notes.list' , {
1211 url : '' ,
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ angular.module ('com.module.pages')
44 $stateProvider . state ( 'app.pages' , {
55 abstract : true ,
66 url : '/pages' ,
7- templateUrl : 'modules/pages/views/main.html' ,
8- controller : 'PagesCtrl'
7+ templateUrl : 'modules/pages/views/main.html'
98 } )
109 . state ( 'app.pages.list' , {
1110 url : '' ,
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ angular.module('com.module.posts')
44 $stateProvider . state ( 'app.posts' , {
55 abstract : true ,
66 url : '/posts' ,
7- templateUrl : 'modules/posts/views/main.html' ,
8- controller : 'PostsCtrl'
7+ templateUrl : 'modules/posts/views/main.html'
98 } )
109 . state ( 'app.posts.list' , {
1110 url : '' ,
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ angular.module ('com.module.products')
55 . state ( 'app.products' , {
66 abstract : true ,
77 url : '/products' ,
8- templateUrl : 'modules/products/views/main.html' ,
9- controller : 'ProductsCtrl'
8+ templateUrl : 'modules/products/views/main.html'
109 } )
1110 . state ( 'app.products.list' , {
1211 url : '' ,
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ angular.module('com.module.sandbox')
55 . state ( 'app.sandbox' , {
66 abstract : true ,
77 url : '/sandbox' ,
8- templateUrl : 'modules/sandbox/views/main.html' ,
9- controller : 'SandboxCtrl'
8+ templateUrl : 'modules/sandbox/views/main.html'
109 } )
1110 . state ( 'app.sandbox.index' , {
1211 url : '' ,
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ angular.module ('com.module.settings')
44 $stateProvider . state ( 'app.settings' , {
55 abstract : true ,
66 url : '/settings' ,
7- templateUrl : 'modules/settings/views/main.html' ,
8- controller : 'SettingsCtrl'
7+ templateUrl : 'modules/settings/views/main.html'
98 } )
109 . state ( 'app.settings.list' , {
1110 url : '' ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments