mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
preparing what will be needed to minify and concat resources for production use
This commit is contained in:
@@ -9,7 +9,7 @@ function($routeProvider, $stateProvider, $urlRouterProvider) {
|
||||
}];
|
||||
|
||||
$stateProvider.state('feeds', {
|
||||
abstract : true,
|
||||
'abstract' : true,
|
||||
url : '/feeds',
|
||||
templateUrl : 'templates/feeds.html'
|
||||
});
|
||||
@@ -30,7 +30,7 @@ function($routeProvider, $stateProvider, $urlRouterProvider) {
|
||||
});
|
||||
|
||||
$stateProvider.state('admin', {
|
||||
abstract : true,
|
||||
'abstract' : true,
|
||||
url : '/admin',
|
||||
templateUrl : 'templates/admin.html'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user