What is AngularJS ?web
AngularJS is a JavaScirpt framework that helps build web application.app
AngularJS 是一个google主导的开源js框架,用于帮助构建web应用程序框架
Benefits of AngularJS>Dependency Injection ----依赖注入测试
>Two Way Data-Binding ui
Change to the model update the view and Change to the view update the model ----双向数据绑定,模型和视图之间同步google
>Testing ----测试ci
>Model View Controller ---模型 视图 控制器同步
>Directives,Filters etc..... ----指令,过滤器等。it