v0.1.5
- Fixed call of resolve function to not fail if angular.forEach passes the object as third argument in each iteration (Angular > 1.3.0-rc.1), see #20
- Pass additional configuration to bootstrap the AngularJS app (for example
strictDi
mode), implemented by @jeffsheets, see #23