From 2430f52bb97fa9d682e5f028c977c5bf94c5ec38 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 23 Mar 2012 14:03:24 -0700 Subject: chore(module): move files around in preparation for more modules --- test/ng/directive/ngNonBindableSpec.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/ng/directive/ngNonBindableSpec.js (limited to 'test/ng/directive/ngNonBindableSpec.js') diff --git a/test/ng/directive/ngNonBindableSpec.js b/test/ng/directive/ngNonBindableSpec.js new file mode 100644 index 00000000..1f7bf25d --- /dev/null +++ b/test/ng/directive/ngNonBindableSpec.js @@ -0,0 +1,21 @@ +'use strict'; + + +describe('ng-non-bindable', function() { + var element; + + + afterEach(function(){ + dealoc(element); + }); + + + it('should prevent compilation of the owning element and its children', + inject(function($rootScope, $compile) { + element = $compile('