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 --- CHANGELOG.md | 1 + src/formatters.js | 61 -------------------------------------------------- test/FormattersSpec.js | 9 -------- test/ParserSpec.js | 11 ++++++--- test/widgetsSpec.js | 37 ------------------------------ 5 files changed, 9 insertions(+), 110 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83aaa8c7..6c8672ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - injection name inference no longer supports method curry and linking functions. Both must be explicitly specified using $inject property. - Dynamic Iteration (ng:repeater) on