added donate button

This commit is contained in:
Athou
2013-04-21 12:48:34 +02:00
parent d4fa817983
commit e8b1be8ccb
4 changed files with 27 additions and 1 deletions

View File

@@ -270,6 +270,9 @@ module.controller('ToolbarCtrl',
$scope.toHelp = function() {
$state.transitionTo('feeds.help');
};
$scope.toDonate = function() {
$state.transitionTo('feeds.help');
};
});
module.controller('FeedListCtrl', function($scope, $stateParams, $http, $route,