Category Archives: AngularJs

AngularJs

RSS feed in AngularJS

By | October 8, 2020

  Introduction This post provide details on how to read RSS feed in an AngularJS application. Web Application The AngularJs web application structure was initially generated using Yeoman scaffolding. It was modified to adhere some of the best practices. The structural changes brought modifications in grunt file for getting right dependencies and files generated when published. This… Read More »

limitTo filter for HTML in Angularjs

By | October 8, 2020

limitTo in Angularjs I have been using Angular 1.x for sometime. limitTo filter allows you to truncate a given input. limtTo takes a numeric parameter that defines, what length of input string you want to keep when this filter is applied. The limitTo however doesn’t work properly when you have a HTML embedded with in the string.… Read More »