aboutsummaryrefslogtreecommitdiffstats
path: root/test/AngularSpec.js
diff options
context:
space:
mode:
authorMisko Hevery2010-07-15 14:16:04 -0700
committerMisko Hevery2010-07-15 14:16:04 -0700
commit7cef4358aea6f3cfa18dcfb8145d7bc0560bf157 (patch)
treea207997545bedbd86af6d1b68f573da7398f30aa /test/AngularSpec.js
parent1de82283dbf1bed2fc04700584dc1123b1e159fe (diff)
downloadangular.js-7cef4358aea6f3cfa18dcfb8145d7bc0560bf157.tar.bz2
fixed build
Diffstat (limited to 'test/AngularSpec.js')
-rw-r--r--test/AngularSpec.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/AngularSpec.js b/test/AngularSpec.js
index de724f03..6d462b14 100644
--- a/test/AngularSpec.js
+++ b/test/AngularSpec.js
@@ -1,3 +1,7 @@
+beforeEach(function(){
+ compileCache = {};
+});
+
describe('Angular', function(){
xit('should fire on updateEvents', function(){
var onUpdateView = jasmine.createSpy();