Permalink
Browse files
test($compile): fix tplrt tests for templateUrl
- Loading branch information
Showing
with
3 additions
and
1 deletion.
-
+3
−1
test/ng/compileSpec.js
|
|
@@ -2044,7 +2044,9 @@ describe('$compile', function() { |
|
|
|
|
|
describe('replace and not exactly one root element', function() { |
|
|
|
|
|
beforeEach(module(function() { |
|
|
beforeEach(module(function($exceptionHandlerProvider) { |
|
|
|
|
|
$exceptionHandlerProvider.mode('log'); |
|
|
|
|
|
directive('template', function() { |
|
|
return { |
|
|
|