摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
The ng-init directive allows you to evaluate an expression in the current scope. In the following example, the ng-init directive initializes employees 阅读全文