angular.js/docs
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
..
content feat(injector): infer _foo_ as foo 2012-03-16 10:52:40 -07:00
examples docs($http, $httpBackend): docs docs docs 2012-01-13 14:28:20 -08:00
img docs(guide): update the diagram 2012-01-17 09:49:38 -08:00
spec docs(links): corrected borken links 2012-03-13 19:36:09 -07:00
src docs(links): corrected borken links 2012-03-13 19:36:09 -07:00