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
..
2012-03-13 19:36:09 -07:00
2012-03-13 23:17:43 -07:00
2012-03-13 23:17:43 -07:00
2012-01-25 11:53:59 -08:00
2012-01-25 11:53:59 -08:00
2012-03-13 19:36:09 -07:00
2011-11-14 20:31:19 -08:00
2012-03-16 10:52:40 -07:00
2012-03-13 23:17:43 -07:00
2011-11-14 20:31:19 -08:00
2012-03-13 23:17:43 -07:00
2012-03-13 16:18:14 -07:00
2012-03-13 23:17:43 -07:00
2011-10-12 23:04:48 -07:00
2011-10-12 23:04:48 -07:00
2012-03-13 23:17:43 -07:00
2012-03-13 19:36:09 -07:00
2012-03-13 19:36:09 -07:00
2012-03-13 23:17:43 -07:00
2012-03-13 19:36:09 -07:00
2012-03-13 19:36:09 -07:00
2012-03-13 19:36:09 -07:00
2012-03-13 19:36:09 -07:00
2012-01-17 09:49:37 -08:00
2012-03-13 17:14:50 -07:00
2012-01-17 09:49:37 -08:00
2012-01-17 09:49:37 -08:00
2012-01-17 09:49:37 -08:00
2012-01-17 09:49:37 -08:00
2012-01-25 11:53:59 -08:00
2011-10-12 23:04:48 -07:00
2012-03-13 19:36:09 -07:00
2012-01-17 09:49:37 -08:00
2011-11-14 20:31:19 -08:00
2012-03-13 23:17:43 -07:00
2012-01-17 09:49:37 -08:00
2012-03-11 21:31:35 -07:00
2012-03-13 19:36:09 -07:00
2012-03-13 19:36:09 -07:00