$scope.updateFeed = function() {
        $scope.selectedFeed.patch().then(function(f) {
            growl.success("Feed updated.", {title : "Success!"});
            console.log("Successfully updated feed.");
        });