From eb9e66f4804cf417ce142e5515b039db73d31144 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sat, 9 Jan 2010 13:21:24 -0800 Subject: cleanup --- TODO.text | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 TODO.text (limited to 'TODO.text') diff --git a/TODO.text b/TODO.text new file mode 100644 index 00000000..fab19695 --- /dev/null +++ b/TODO.text @@ -0,0 +1,6 @@ +* move angular-bootstrap.js out of anugular.js. +* 'angular' is the official namespace for public API + - angular.defaults = {} + - var scope = angular.compile(element, options); +* angular.js is not self boot straping by default. +* -- cgit v1.2.3 From 9b9a0dadcce82ae42ac09ad396d647739af20a06 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sat, 9 Jan 2010 15:02:43 -0800 Subject: removed nglr namespace --- TODO.text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO.text') diff --git a/TODO.text b/TODO.text index fab19695..d4d013a5 100644 --- a/TODO.text +++ b/TODO.text @@ -3,4 +3,4 @@ - angular.defaults = {} - var scope = angular.compile(element, options); * angular.js is not self boot straping by default. -* +* Remove SWFObject -- cgit v1.2.3