摘要: In Angular there are several built in services. $http service is one of them. In this video, we will discuss another built in service, $log. It is als 阅读全文
posted @ 2016-04-24 01:00 Gester.Lin 阅读(201) 评论(0) 推荐(0) 编辑
摘要: Here is what we want to do1. Create an ASP.NET Web service. This web service retrieves the data from SQL Server database table, returns it in JSON for 阅读全文
posted @ 2016-04-24 00:48 Gester.Lin 阅读(447) 评论(0) 推荐(0) 编辑
摘要: ng-include directive is used to embed an HTML page into another HTML page. This technique is extremely useful when you want to reuse a specific view i 阅读全文
posted @ 2016-04-24 00:21 Gester.Lin 阅读(252) 评论(0) 推荐(0) 编辑
摘要: The ng-init directive allows you to evaluate an expression in the current scope. In the following example, the ng-init directive initializes employees 阅读全文
posted @ 2016-04-24 00:08 Gester.Lin 阅读(389) 评论(0) 推荐(0) 编辑