diff --git a/test/ng/compileSpec.js b/test/ng/compileSpec.js index 4e1abbc086dc..00a69d79184e 100755 --- a/test/ng/compileSpec.js +++ b/test/ng/compileSpec.js @@ -4482,7 +4482,7 @@ describe('$compile', function() { 'str': '@fooStr', 'fn': '&fooFn' }, - scope: true, + scope: {}, controllerAs: 'fooCtrl', controller: function() { expect(this.data).toEqualData({'foo': 'bar', 'baz': 'biz'});