angular.js/docs/content
Igor Minar f13dd3393d feat(injector): infer _foo_ as foo
this is to enable nicer tests:

 describe('fooSvc', function() {
   var fooSvc;

   beforeEach(inject(function(_fooSvc_) {
     fooSvc = _fooSvc_;
   }));

   it('should do this thing', function() {
     //test fooSvc
   });
 });
2012-03-16 10:52:40 -07:00
..
api docs(input): Fix some broken links, add missing $, use ng- in examples 2012-03-13 13:52:57 -07:00
cookbook docs(input): Fix some broken links, add missing $, use ng- in examples 2012-03-13 13:52:57 -07:00
guide feat(injector): infer _foo_ as foo 2012-03-16 10:52:40 -07:00
misc docs(*): fixing various docs 2012-03-13 23:17:43 -07:00