mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
fix jshint error
This commit is contained in:
committed by
Matthew Jones
parent
8f5253014b
commit
205e52cbe8
@@ -1,6 +1,6 @@
|
|||||||
export default
|
export default
|
||||||
['$scope', '$state', 'ConfigService', 'i18n',
|
['$scope', '$state', 'ConfigService',
|
||||||
function($scope, $state, ConfigService, i18n){
|
function($scope, $state, ConfigService){
|
||||||
var init = function(){
|
var init = function(){
|
||||||
ConfigService.getConfig()
|
ConfigService.getConfig()
|
||||||
.then(function(config){
|
.then(function(config){
|
||||||
|
|||||||
Reference in New Issue
Block a user