'use strict';
describe('ngNonBindable', function() {
  var element;
  afterEach(function(){
    dealoc(element);
  });
  it('should prevent compilation of the owning element and its children',
      inject(function($rootScope, $compile) {
    element = $compile('
')($rootScope);
    element = $compile('' +
                       '  
{{a}}' +
                       '  
' +
                       '  
' +
                       '    {{b}}' +
                       '  
' +
                       '  
{{a}}' +
                       '  
' +
                       '