已采纳回答 / Max
这是directive和html 传递数据的,"=" 通过 directive 的 attr 属性的值在局部 scope 的属性和父 scope 属性名之间建立双向绑定。当你想要一个双向绑定的属性的时候,你可以使用=来引入外部属性。无论是改变父 scope 还是隔离 scope 里的属性,父 scope 和隔离 scope 都会同时更新属性值,因为它们是双向绑定的关系 ,详情戳 http://stackoverflow.com/questions/14050195/what-is-the-differen...
2016-09-26
已采纳回答 / 小无奈
这个问题我也碰到,之后是在form表单ng-submit上传递参数,像这样ng-submit="submitForm(signForm.$valid)",只有在main.js中 <...code...>
2016-09-11
已采纳回答 / huyl
<div class="form-group"> <label for="username" class="control-label">Username</label> <input type="text" class="form-control" id="username" ng-model="formModel.username" required="required" ng-pattern...
2016-08-20
已采纳回答 / 炎夏至深
<p class="error" ng-if="signUpForm.password2.$error.required&&signUpForm.password2.$touched">密码不可为空&</p&cla &errp class="error" ng-if="(signUpForm.password2.$error.compare&nUpF&rm.psignUpForm.password2.$touched)&sign&pFor !(si...
2016-07-17
已采纳回答 / kangkai_fe
Note: AngularJS 1.3 has dropped support for IE8. Read more about it on our blog. AngularJS 1.2 will continue to support IE8, but the core team does not plan to spend time addressing issues specific to IE8 or earlier.
2016-06-21