horizon/horizon/static/auth
Shaoquan Chen 67beea4138 Enabling strict di mode
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
2015-11-19 15:11:39 -08:00
..
login Enabling strict di mode 2015-11-19 15:11:39 -08:00
.eslintrc JSCS Cleanup - Include angular plugin for auth js 2015-07-13 00:57:25 -07:00
auth.module.js ngReorg - move dashboard-app/login out 2015-06-05 09:23:24 +10:00