From 6749fef227a5a633b4858c9a2d6f630078493dbe Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Sat, 17 Aug 2013 11:39:28 -0400 Subject: revert(ngInclude): remove ngInclude manual transclusion system --- test/ng/directive/ngIncludeSpec.js | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'test') diff --git a/test/ng/directive/ngIncludeSpec.js b/test/ng/directive/ngIncludeSpec.js index b712c130..f1bfbba2 100644 --- a/test/ng/directive/ngIncludeSpec.js +++ b/test/ng/directive/ngIncludeSpec.js @@ -280,31 +280,6 @@ describe('ngInclude', function() { dealoc(element); })); - it('should compile only the inner content once', function() { - var log = []; - - module(function($compileProvider) { - $compileProvider.directive('compileLog', function() { - return { - compile: function() { - log.push('compile'); - } - }; - }); - }); - - inject(function($compile, $rootScope, $templateCache) { - $templateCache.put('tpl.html', [200, '