mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
added donate button
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user