ArguTech

Saturday, 1 February 2014

Simple form using AngularJS Form is a collection of controls for the purpose of grouping related controls together. Form and controls provide validation services, so that the user can be notified of invalid input. This provides a better user experience, because the user gets instant feedback on how to correct the error. Keep...
Angular Expressions vs JS Expressions It might be tempting to think of Angular view expressions as Javascript expressions, but that is not entirely correct, since angular does not use a Javascript eval() to evaluate expressions. You can think of Angular expressions as Javascript expressions with following diffences: 1.Attirbute Evaluation:                                                             ...

Thursday, 7 November 2013

Friday, 25 October 2013

Sorting Array Items using AngularJS. Part 6: Array binding tutorial refer : Array binding concept Sorting is a processes of arranging the items. Ascending or Descending order performing in the array of items. A standard order is often called ascending order [ex :  0 to 9, A to Z], the reverse processes is descending order [ex: Z ...