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 c4b04ce commit bea77e4Copy full SHA for bea77e4
test/ng/compileSpec.js
@@ -3972,9 +3972,9 @@ describe('$compile', function() {
3972
});
3973
3974
3975
- it('should throw on an ng-translude element inside no transclusion directive', function() {
+ it('should throw on an ng-transclude element inside no transclusion directive', function() {
3976
inject(function ($rootScope, $compile) {
3977
- // we need to do this because different browsers print empty attributres differently
+ // we need to do this because different browsers print empty attributes differently
3978
try {
3979
$compile('<div><div ng-transclude></div></div>')($rootScope);
3980
} catch(e) {
0 commit comments