Skip to content

Commit 91c835d

Browse files
committed
fix dslSpec for IE
1 parent dfa8baf commit 91c835d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/scenario/dslSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ describe("angular.scenario.dsl", function() {
391391
it('should return innerHTML for all the other elements', function() {
392392
doc.append('<div class="ng-binding" ng:bind="foo.bar">some <b>value</b></div>');
393393
$root.dsl.binding('foo.bar');
394-
expect($root.futureResult).toEqual('some <b>value</b>');
394+
expect($root.futureResult.toLowerCase()).toEqual('some <b>value</b>');
395395
});
396396

397397
it('should select binding in template by name', function() {

0 commit comments

Comments
 (0)