about page placeholder

This commit is contained in:
Athou
2013-04-16 13:12:24 +02:00
parent 3ef1dd5190
commit f7a54d1f0d
5 changed files with 28 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ app.config(function($routeProvider, $stateProvider, $urlRouterProvider) {
templateUrl : 'templates/feeds.view.html',
controller : 'FeedListCtrl'
});
$stateProvider.state('feeds.help', {
url : '/help',
templateUrl : 'templates/feeds.help.html'
});
$stateProvider.state('admin', {
abstract : true,