ng-bind 与ng-model区别ng-bind是从$scope -> view的单向绑定,也就是说ng-bind是相当于{{object.xxx}},是用于展示数据的。ng-modle是$scope <-> view的双向绑定
EG:
angularJs ng-model/ng-bind
原文:http://www.cnblogs.com/YYkun/p/6247469.html