Skip to content

Commit bea77e4

Browse files
petebacondarwinvojtajina
authored andcommitted
style($compileSpec): fix typos
1 parent c4b04ce commit bea77e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ng/compileSpec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3972,9 +3972,9 @@ describe('$compile', function() {
39723972
});
39733973

39743974

3975-
it('should throw on an ng-translude element inside no transclusion directive', function() {
3975+
it('should throw on an ng-transclude element inside no transclusion directive', function() {
39763976
inject(function ($rootScope, $compile) {
3977-
// we need to do this because different browsers print empty attributres differently
3977+
// we need to do this because different browsers print empty attributes differently
39783978
try {
39793979
$compile('<div><div ng-transclude></div></div>')($rootScope);
39803980
} catch(e) {

0 commit comments

Comments
 (0)