From 91a34a7027caf0a3f0f4bdaf6649fb6cf479bba8 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 19 Apr 2011 13:50:15 -0700 Subject: remove ng:format=index --- test/FormattersSpec.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'test/FormattersSpec.js') diff --git a/test/FormattersSpec.js b/test/FormattersSpec.js index 234a81d6..1e059e6a 100644 --- a/test/FormattersSpec.js +++ b/test/FormattersSpec.js @@ -40,13 +40,4 @@ describe("formatter", function(){ }); }); - describe('index', function(){ - it('should parse an object from array', function(){ - expect(angular.formatter.index.parse('1', ['A', 'B', 'C'])).toEqual('B'); - }); - it('should format an index from array', function(){ - expect(angular.formatter.index.format('B', ['A', 'B', 'C'])).toEqual('1'); - }); - }); - }); -- cgit v1.2.3