mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
fix ie for jquery
This commit is contained in:
parent
2a7cd9f390
commit
b275403465
2 changed files with 3 additions and 3 deletions
4
test.sh
4
test.sh
|
|
@ -1,2 +1,2 @@
|
|||
java -jar lib/jstestdriver/JsTestDriver.jar --tests all
|
||||
# java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf
|
||||
# java -jar lib/jstestdriver/JsTestDriver.jar --tests all
|
||||
java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue