diff options
| author | Igor Minar | 2012-03-16 10:48:59 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-03-16 10:52:40 -0700 |
| commit | f13dd3393dfb7a33565c9360342c193bc0bddcb6 (patch) | |
| tree | fcf54fb63bb30dcf9e131c8d34d440b626019fa9 /test/jQueryPatchSpec.js | |
| parent | bca96e7c7cc723a091241fddd6845d6de262a3c9 (diff) | |
| download | angular.js-f13dd3393dfb7a33565c9360342c193bc0bddcb6.tar.bz2 | |
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
});
});
Diffstat (limited to 'test/jQueryPatchSpec.js')
0 files changed, 0 insertions, 0 deletions
