From 5a8ad8fe329fc09898ff43a060710265d38393be Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 1 Dec 2010 20:29:54 -0800 Subject: Closes #170. Corrected the behavior of select when options are ng:repeated - Delete $postEval method, as it was a hack --- test/AngularSpec.js | 1 + 1 file changed, 1 insertion(+) (limited to 'test/AngularSpec.js') diff --git a/test/AngularSpec.js b/test/AngularSpec.js index 6733a7ab..f5a202fe 100644 --- a/test/AngularSpec.js +++ b/test/AngularSpec.js @@ -10,6 +10,7 @@ describe('Angular', function(){ scope.$init(); scope.$eval(); expect(onUpdateView).wasCalled(); + dealoc(scope); }); }); -- cgit v1.2.3