mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-19 04:42:55 +08:00
various bug fixes
This commit is contained in:
@@ -12,7 +12,7 @@ ValidatorTest.prototype.testItShouldHaveThisSet = function() {
|
||||
scope.$init();
|
||||
assertEquals('misko', validator.first);
|
||||
assertEquals('hevery', validator.last);
|
||||
assertSame(scope, validator._this);
|
||||
assertSame(scope, validator._this.__proto__);
|
||||
delete angular.validator.myValidator;
|
||||
scope.$element.remove();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user