摘要: Filters in angular can do 3 different things1. Format data2. Sort data3. Filter dataFilters can be used with a binding expression or a directiveTo app... 阅读全文
posted @ 2016-01-05 01:53 Gester.Lin 阅读(261) 评论(0) 推荐(0) 编辑
摘要: Let us understand with an example. Here is what we want to do. 1. Display the list of technologies in a table 2. Provide the ability to like and disli 阅读全文
posted @ 2016-01-05 01:34 Gester.Lin 阅读(267) 评论(0) 推荐(0) 编辑
摘要: ng-repeat is similar to foreach loop in C#. Let us understand this with an example. Here is what we want to do. 1. For each employee we have in the em 阅读全文
posted @ 2016-01-05 01:23 Gester.Lin 阅读(423) 评论(0) 推荐(1) 编辑