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-16 10:52:40 -07:00
2011-10-11 11:01:46 -07:00
2012-03-09 16:14:26 -08:00
2012-03-16 09:41:05 -07:00
2012-01-25 11:46:34 -08:00
2012-03-09 16:27:12 -08:00
2012-01-06 12:19:39 -08:00
2012-03-09 16:14:26 -08:00
2012-03-16 10:52:40 -07:00
2012-02-21 22:46:00 -08:00
2011-09-16 02:44:33 +02:00
2011-09-16 02:44:33 +02:00
2011-10-11 11:01:46 -07:00
2012-01-03 15:09:00 -08:00
2012-03-09 10:10:29 -08:00
2012-01-23 22:33:28 -08:00
2011-12-01 16:20:08 -05:00
2012-01-25 11:50:37 -08:00
2012-03-09 16:14:26 -08:00
2012-03-09 16:14:26 -08:00