We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa8baf commit 91c835dCopy full SHA for 91c835d
1 file changed
test/scenario/dslSpec.js
@@ -391,7 +391,7 @@ describe("angular.scenario.dsl", function() {
391
it('should return innerHTML for all the other elements', function() {
392
doc.append('<div class="ng-binding" ng:bind="foo.bar">some <b>value</b></div>');
393
$root.dsl.binding('foo.bar');
394
- expect($root.futureResult).toEqual('some <b>value</b>');
+ expect($root.futureResult.toLowerCase()).toEqual('some <b>value</b>');
395
});
396
397
it('should select binding in template by name', function() {
0 commit comments