Jeff Cross

Results 45 issues of Jeff Cross

I'd like to be able to inject a un-instantiated class, so I can more easily mock classes for tests. Right now, here's what I'd have to do ``` javascript function...

enhancement

I added a recipe for mocking classes with DI. Maybe I'm doing it wrong, so please give a good review before merging :). [](https://reviewable.io/reviews/angular/di.js/20)

cla: yes

For an example app I'm working on, I noticed that re-builds cause an `ENOENT` of my index.html. Presumably because subsequent builds are not re-building the whole tree. Need to look...