ng-bind是从$scope -> view的单向绑定 ng-modle是$scope <-> view的双向绑定 <form role="form" class="form-inline"> <div class="form-group"> <label for="nj">年级:</label>... ...
分类:
其他好文 时间:
2019-08-25 14:25:41
阅读次数:
80
Let's say you want to write a simple data bing app. when you type in a text box, somewhere in the application will show the result.In Angular 1, you c...
分类:
其他好文 时间:
2015-09-16 06:24:20
阅读次数:
196
一、介绍
AngularJS 是google 开发者设计的一个前端开发框架,它是由是由javascript 编写的一个JS框架。通常它是用来在静态网页构建动态应用不足而设计的。
AngularJS特点如下:
REST Client: RestFul 是主流的接口模式,而AngularJS实现RestFul 接口客户端只需要一行代码即可。
...
分类:
Web程序 时间:
2015-07-23 17:43:18
阅读次数:
217