registration module

This commit is contained in:
Athou
2014-08-09 19:04:37 +02:00
parent 0c25412f03
commit 0329c7d876
6 changed files with 65 additions and 15 deletions

View File

@@ -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');