mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-27 19:13:55 +08:00
fixes to make it pass on IE
This commit is contained in:
@@ -401,7 +401,7 @@ BinderTest.prototype.testRepeaterUpdateBindings = function(){
|
||||
};
|
||||
|
||||
BinderTest.prototype.testRepeaterContentDoesNotBind = function(){
|
||||
var a = compile('<ul><LI ng-repeat="item in model.items"><span ng-bind="item.a"/></li></ul>');
|
||||
var a = compile('<ul><LI ng-repeat="item in model.items"><span ng-bind="item.a"></span></li></ul>');
|
||||
a.scope.set('model', {items:[{a:"A"}]});
|
||||
a.binder.updateView();
|
||||
assertEquals('<ul>' +
|
||||
|
||||
Reference in New Issue
Block a user