aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/form.js
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-12 22:47:42 +0000
committerPeter Bacon Darwin2014-02-16 19:03:41 +0000
commit06f2ba899fac8ad004bf65dce39a3b05e2387c0f (patch)
tree7aaba1435396b48d1602a0b8b3c055ec75591dc3 /src/ng/directive/form.js
parent9f828a07dc63ed13bda991cc7cf21cae89b64948 (diff)
downloadangular.js-06f2ba899fac8ad004bf65dce39a3b05e2387c0f.tar.bz2
docs(bike-shed-migration): fix invalid </file name=""> HTML in examples
Diffstat (limited to 'src/ng/directive/form.js')
-rw-r--r--src/ng/directive/form.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js
index 963ef04d..b6919836 100644
--- a/src/ng/directive/form.js
+++ b/src/ng/directive/form.js
@@ -300,7 +300,7 @@ function FormController(element, attrs) {
<tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br>
</form>
</file>
- </file name="protractor.js" type="protractor">
+ <file name="protractor.js" type="protractor">
it('should initialize to model', function() {
var userType = element(by.binding('userType'));
var valid = element(by.binding('myForm.input.$valid'));