mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
fix dslSpec for IE
This commit is contained in:
parent
dfa8baf59a
commit
91c835dc0e
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ describe("angular.scenario.dsl", function() {
|
|||
it('should return innerHTML for all the other elements', function() {
|
||||
doc.append('<div class="ng-binding" ng:bind="foo.bar">some <b>value</b></div>');
|
||||
$root.dsl.binding('foo.bar');
|
||||
expect($root.futureResult).toEqual('some <b>value</b>');
|
||||
expect($root.futureResult.toLowerCase()).toEqual('some <b>value</b>');
|
||||
});
|
||||
|
||||
it('should select binding in template by name', function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue