yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #37178
[Bug 1329506] Re: Global variables created on horizon.js
** Changed in: horizon
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1329506
Title:
Global variables created on horizon.js
Status in OpenStack Dashboard (Horizon):
Invalid
Bug description:
Three global variables are defined on horizon.js shown below. It may
cause naming conflict later on.
-------------------------------
//horizon/static/horizon/js/angular/horizon.js (juno1)
var horizon_dependencies = ['hz.conf', 'hz.utils', 'ngCookies'];
dependencies = horizon_dependencies.concat(angularModuleExtension);
var horizonApp = angular.module('hz', dependencies)
.config(['$interpolateProvider', '$httpProvider',
function ($interpolateProvider, $httpProvider) {
...
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1329506/+subscriptions
References