angular.js/example
Misko Hevery e88dfb734a refactor(injector): $injector is no longer a function.
- $injector('abc') -> $injector.get('abc');
- $injector(fn) -> $injector.invoke(null, fn);
2011-11-14 20:31:19 -08:00
..
buzz style(docs): make jslint happy - fix some warnings 2011-11-14 20:31:19 -08:00
personalLog refactor(injector): $injector is no longer a function. 2011-11-14 20:31:19 -08:00
tweeter chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
index.html rename and fix binding examples 2010-03-15 14:47:28 -07:00
temp.html del($eager): removed the support for $eager services 2011-11-14 20:31:19 -08:00
view1.html add missing example files for temp.html 2011-02-18 23:02:13 -08:00
view2.html add missing example files for temp.html 2011-02-18 23:02:13 -08:00