Infragistics Blog - Angular

How to Create Custom Filters in AngularJS?
Have you ever used filters with the ng-repeat directive as shown in the listing below?

Validating User Input on a Form in Angular JS
I have often seen entry-level developers struggling with user input validation in AngularJS single page applications. In this post, I will give a quick but useful introduction of validations in AngularJS; consider this post as a base learning document from which you can do further learning.