Skip to content

Commit

Permalink
Merge pull request siddii#20 from ruffiem/master
Browse files Browse the repository at this point in the history
Google News fix
  • Loading branch information
siddii committed Feb 18, 2016
2 parents 8ac6ef8 + e6e6ae1 commit d5279a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scripts/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ angular.module('feeds-services', []).factory('feedService', ['$q', '$sce', 'feed
deferred.resolve(entries);
}

google.load('feeds','1');
var feed = new google.feeds.Feed(feedURL);
if (count) {
feed.includeHistoricalEntries();
Expand Down Expand Up @@ -78,4 +79,4 @@ angular.module('feeds-services', []).factory('feedService', ['$q', '$sce', 'feed
},
hasCache: hasCache
};
});
});

0 comments on commit d5279a0

Please sign in to comment.