aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.text
diff options
context:
space:
mode:
authorMisko Hevery2010-01-09 13:21:24 -0800
committerMisko Hevery2010-01-09 13:21:24 -0800
commiteb9e66f4804cf417ce142e5515b039db73d31144 (patch)
treedfb6bf216ef3edac486b50ffb6cae62d856aff30 /TODO.text
parent214c142d9de60a7f53d8c7ada2812ffff4837e0f (diff)
downloadangular.js-eb9e66f4804cf417ce142e5515b039db73d31144.tar.bz2
cleanup
Diffstat (limited to 'TODO.text')
-rw-r--r--TODO.text6
1 files changed, 6 insertions, 0 deletions
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.
+*