67beea4138
Using strict DI mode will improve angular's performance when injecting dependencies in injectable functions because it doesn't have to dynamically discover a function's dependencies. It is suggested by Angular official web site to use strict dependency injection mode in production for get better performance: https://docs.angularjs.org/guide/di#using-strict-dependency-injection This patch fixes all the places where explicit di is not applied, and then enables strict-di mode in production. This is prioritized as CRITICAL for Horizon Mitaka release: https://etherpad.openstack.org/p/mitaka-horizon-priorities Change-Id: I1c0e01d7ac9aec03d961f14ff7297bc98c513637 Implements: blueprint angular-performance-strict-di |
||
---|---|---|
.. | ||
login | ||
.eslintrc | ||
auth.module.js |