typo
This commit is contained in:
@@ -343,7 +343,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
var httpPorts = app.manifest.httpPorts || {};
|
||||
for (var env2 in httpPorts) {
|
||||
$scope.location.secondaryDomains[env2] = {
|
||||
location: httpPorts[env2].defaultValue || '',
|
||||
subdomain: httpPorts[env2].defaultValue || '',
|
||||
domain: $scope.location.domain
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user