diff options
Diffstat (limited to 'test/BinderTest.js')
| -rw-r--r-- | test/BinderTest.js | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/BinderTest.js b/test/BinderTest.js index fa3127d7..660ad78c 100644 --- a/test/BinderTest.js +++ b/test/BinderTest.js @@ -629,21 +629,6 @@ BinderTest.prototype.testDeleteAttributeIfEvaluatesFalse = function() { assertChild(5, false); }; -BinderTest.prototype.testRepeaterErrorShouldBePlacedOnInstanceNotOnTemplateComment = function () { - var c = this.compile( - '<input name="person.{{name}}" ng-repeat="name in [\'a\', \'b\']" />'); - c.scope.$eval(); - assertTrue(c.node.hasClass("ng-exception")); -}; - -BinderTest.prototype.testItShouldApplyAttributesBeforeTheWidgetsAreMaterialized = function() { - var c = this.compile( - '<input name="person.{{name}}" ng-repeat="name in [\'a\', \'b\']" />'); - c.scope.$set('person', {a:'misko', b:'adam'}); - c.scope.$eval(); - assertEquals("", c.node.html()); -}; - BinderTest.prototype.XtestItShouldCallListenersWhenAnchorChanges = function() { var log = ""; var c = this.compile('<div ng-watch="$anchor.counter:count = count+1">'); |
