forked from Archives/Athou_commafeed
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