We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75fbc4 commit d656369Copy full SHA for d656369
test/ng/compileSpec.js
@@ -5149,7 +5149,6 @@ describe('$compile', function() {
5149
expect(componentScope.attrAlias).toEqual(componentScope.attr);
5150
}));
5151
5152
- expect(componentScope.$attrAlias).toEqual(' some other text ');
5153
it('should set up the interpolation before it reaches the link function', inject(function() {
5154
$rootScope.name = 'misko';
5155
compile('<div><span my-component attr="hello {{name}}" $attr$="hi {{name}}">');
0 commit comments