Skip to content
Permalink
Browse files

test($compile): fix tplrt tests for templateUrl

  • Loading branch information
Narretz committed Oct 14, 2016
1 parent 3bc3b40 commit 3fe2f4cb799c36095ae46483b151e8dcb13685ba
Showing with 3 additions and 1 deletion.
  1. +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 {

0 comments on commit 3fe2f4c

Please sign in to comment.
You can’t perform that action at this time.