chore(parseSpec): fix bad merge

This commit is contained in:
Igor Minar
2014-05-23 15:07:25 -07:00
parent a96b659770
commit 3ec4af9413

View File

@@ -761,6 +761,10 @@ describe('parser', function() {
}));
it('should NOT allow access to the Window or DOM returned from a function', inject(function($window, $document) {
scope.getWin = valueFn($window);
scope.getDoc = valueFn($document);
expect(function() {
scope.$eval('getWin()', scope);
}).toThrowMinErr(