forked from Archives/Athou_commafeed
registration module
This commit is contained in:
@@ -124,8 +124,7 @@ app.config(['$routeProvider', '$stateProvider', '$urlRouterProvider', '$httpProv
|
||||
|
||||
$stateProvider.state('welcome', {
|
||||
url : '/welcome',
|
||||
templateUrl : 'templates/welcome.html',
|
||||
controller : 'WelcomeCtrl'
|
||||
templateUrl : 'templates/welcome.html'
|
||||
});
|
||||
|
||||
$urlRouterProvider.when('/', '/feeds/view/category/all');
|
||||
|
||||
Reference in New Issue
Block a user