mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-03-29 16:58:56 +08:00
fix ie for jquery
This commit is contained in:
@@ -128,7 +128,7 @@ describe('compiler', function(){
|
||||
};
|
||||
textMarkup.push(function(text, textNode, parent){
|
||||
if (text == '{{1+2}}')
|
||||
textNode.text('3');
|
||||
parent.text('3');
|
||||
});
|
||||
var scope = compile('<div><h1>ignore me</h1></div>');
|
||||
expect(scope.$element.text()).toEqual('3');
|
||||
|
||||
Reference in New Issue
Block a user