File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,25 +15,25 @@ storeApp.config(['$stateProvider',function($stateProvider){
1515 $stateProvider
1616 . state ( 'index.welcome' , {
1717 url :'/welcome' ,
18- templateUrl : '/partials/welcome.html' ,
18+ templateUrl : '/angular/ partials/welcome.html' ,
1919 controller : welcomeController
2020 } )
2121 . state ( 'login' , {
2222 url :'/login' ,
23- templateUrl :'/partials/login.html' ,
23+ templateUrl :'/angular/ partials/login.html' ,
2424 controller : loginController
2525 //controllerAs:'loginCtrl'
2626 } )
2727 . state ( 'index' , {
2828 url :'/index' ,
29- templateUrl : '/partials/index.html' ,
29+ templateUrl : '/angular/ partials/index.html' ,
3030 controller : indexController
3131 // controllerAs:'indexCtrl'
3232 } )
3333
3434 . state ( 'index.main' , {
3535 url :'/main' ,
36- templateUrl : '/partials/store.html' ,
36+ templateUrl : '/angular/ partials/store.html' ,
3737 controller : mainController ,
3838 //controllerAs:'mainCtrl'
3939 } )
You can’t perform that action at this time.
0 commit comments