** 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
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp