From bea77e4b15dc415ac2961bdadbf3f1d40de0b7eb Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 23 May 2014 11:51:19 +0100 Subject: [PATCH] style($compileSpec): fix typos --- test/ng/compileSpec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ng/compileSpec.js b/test/ng/compileSpec.js index b5cb48ce..d86e8e1f 100755 --- a/test/ng/compileSpec.js +++ b/test/ng/compileSpec.js @@ -3972,9 +3972,9 @@ describe('$compile', function() { }); - 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() { inject(function ($rootScope, $compile) { - // we need to do this because different browsers print empty attributres differently + // we need to do this because different browsers print empty attributes differently try { $compile('
')($rootScope); } catch(e) {