javascript - Reading RSS feed with AngularJS and displaying results conditionally -


this may beyond scope , capability of angularjs, i'm putting out there in hope. possible read rss feed every 30 seconds in angularjs , have bind latest 10 results category id of 'x' model or data collection?

long story short, yes.

you can create service module pulling rss , can call service in controller, or schedule it. angularjs 2-way binding, , long data updated in scope, rendered template automatically.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -