Hi, I've got a specifc problem. In the example below I want to load the feed of the first RSS (TechCrunch in this example) directly when the page load. Now I have to click the link (ng-click) before it loads.
I have fiddled around with setting the $scope.feedSrc=" http://feeds.feedburner.com/TechCrunch" in the js code, and then calling the function with $scope.loadFeed(); But have not got it to work. Would really appreciate some help. Example here. http://codepen.io/anon/pen/rxOoNV -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
