aboutsummaryrefslogtreecommitdiffstats
path: root/test/BinderTest.js
diff options
context:
space:
mode:
authorMisko Hevery2010-07-14 17:48:09 -0700
committerMisko Hevery2010-07-14 17:48:09 -0700
commit17d2ced9cc7e45d1d7272a1217861e598e5522dd (patch)
tree025484db26066cb047fc1d9041d7a3b68d17082c /test/BinderTest.js
parente3e9ac86750b20fb8ad6765011e06d569899612d (diff)
downloadangular.js-17d2ced9cc7e45d1d7272a1217861e598e5522dd.tar.bz2
appease IE on CSS styles
Diffstat (limited to 'test/BinderTest.js')
-rw-r--r--test/BinderTest.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BinderTest.js b/test/BinderTest.js
index 1b1201fa..44f918e4 100644
--- a/test/BinderTest.js
+++ b/test/BinderTest.js
@@ -27,7 +27,7 @@ BinderTest.prototype.testChangingTextfieldUpdatesModel = function(){
state.scope.$eval();
assertEquals('abc', state.scope.model.price);
};
-
+
BinderTest.prototype.testChangingTextareaUpdatesModel = function(){
var c = this.compile('<textarea name="model.note">abc</textarea>');
c.scope.$eval();