mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
about page placeholder
This commit is contained in:
@@ -265,6 +265,9 @@ module.controller('ToolbarCtrl',
|
||||
$scope.toProfile = function() {
|
||||
$location.path('profile');
|
||||
};
|
||||
$scope.toHelp = function() {
|
||||
$state.transitionTo('feeds.help');
|
||||
};
|
||||
});
|
||||
|
||||
module.controller('FeedListCtrl', function($scope, $stateParams, $http, $route,
|
||||
|
||||
Reference in New Issue
Block a user