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

Commit

Permalink
Merge pull request #34 from AgronKabashi/rss_feed_not_updated-#33
Browse files Browse the repository at this point in the history
Fixed #33
  • Loading branch information
AgronKabashi committed Dec 12, 2015
2 parents a11df05 + 9412c03 commit 4bcc819
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 4bcc819

Please sign in to comment.