Skip to content

Commit

Permalink
fix(platform/bootstrap): correctly use strictDi param when bootstrapp…
Browse files Browse the repository at this point in the history
…ing ngMetadata app (#62)

fix(platform/bootstrap): correctly use strictDi param + revert other changes
  • Loading branch information
dmorosinotto authored and Hotell committed Apr 18, 2016
1 parent 3c174a7 commit 361f509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function bootstrap(

angular.element( document ).ready( ()=> {
angular.bootstrap( appRoot, [ ngModuleName ], {
strictDi: true
strictDi
} )
} );

Expand Down

0 comments on commit 361f509

Please sign in to comment.