Skip to content
Permalink
Browse files

test($compile): fix component helper test

The test was expecting to match an object containing a `transclude`
property set to `false` but now the property is `undefined`.
  • Loading branch information
petebacondarwin committed Jan 8, 2016
1 parent 91b080e commit 16ccac91d07e2e975a54efbf004ecf82d585d23e
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/ng/compileSpec.js
@@ -9336,7 +9336,7 @@ describe('$compile', function() {
controllerAs: 'myComponent',
template: '',
templateUrl: undefined,
transclude: false,
transclude: undefined,
scope: {},
bindToController: {},
restrict: 'E'

0 comments on commit 16ccac9

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