diff options
| author | Misko Hevery | 2010-04-05 11:46:53 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-04-05 11:46:53 -0700 |
| commit | 7a4b48020688060debe9cb0f9c17615d7585cbe7 (patch) | |
| tree | 48a5b1d8cf92bb272028a106ab9ea3ec16f477a2 /test/BinderTest.js | |
| parent | 4bfa4e230d5ebdd582068effe7f4f1b60c43093a (diff) | |
| download | angular.js-7a4b48020688060debe9cb0f9c17615d7585cbe7.tar.bz2 | |
added ng:switch widget
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">'); |
