diff options
| author | Misko Hevery | 2010-03-25 13:01:08 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-03-25 13:01:08 -0700 |
| commit | b814c79b58deeeeaa12b03261399ef80c0d6cc9f (patch) | |
| tree | bf28a86070d6c598161bdc9f8937fda51ec5049a /test/directivesSpec.js | |
| parent | f29f6a47c4d81c5b8e365a3dae307159f1b12968 (diff) | |
| download | angular.js-b814c79b58deeeeaa12b03261399ef80c0d6cc9f.tar.bz2 | |
checkbox and radio now working
Diffstat (limited to 'test/directivesSpec.js')
| -rw-r--r-- | test/directivesSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/directivesSpec.js b/test/directivesSpec.js index 18bedb64..83a270c1 100644 --- a/test/directivesSpec.js +++ b/test/directivesSpec.js @@ -12,7 +12,7 @@ describe("directives", function(){ }; }); - afterEach(function(){ + afterEach(function() { element.remove(); expect(_(jqCache).size()).toEqual(0); }); |
