From 06f2ba899fac8ad004bf65dce39a3b05e2387c0f Mon Sep 17 00:00:00 2001
From: Peter Bacon Darwin
Date: Wed, 12 Feb 2014 22:47:42 +0000
Subject: docs(bike-shed-migration): fix invalid HTML in
examples
---
src/ng/directive/form.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/ng/directive/form.js')
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) {
myForm.$error.required = {{!!myForm.$error.required}}
-
+
it('should initialize to model', function() {
var userType = element(by.binding('userType'));
var valid = element(by.binding('myForm.input.$valid'));
--
cgit v1.2.3