Skip to content
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.

Commit

Permalink
Fixed #33
Browse files Browse the repository at this point in the history
  • Loading branch information
AgronKabashi committed Dec 12, 2015
1 parent a11df05 commit 9412c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templateengine/controller/component/socialmedia/rss.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

var watch = $scope.$watch("component.content", function () {
fetchRSS($scope.component.content.rssFeedUrl);
});
}, true);

// Cleanup
$scope.$on("$destroy", watch);
Expand Down

0 comments on commit 9412c03

Please sign in to comment.