fix jshint error

This commit is contained in:
John Mitchell 2017-03-06 11:56:04 -05:00 committed by Matthew Jones
parent 8f5253014b
commit 205e52cbe8

View File

@ -1,6 +1,6 @@
export default
['$scope', '$state', 'ConfigService', 'i18n',
function($scope, $state, ConfigService, i18n){
['$scope', '$state', 'ConfigService',
function($scope, $state, ConfigService){
var init = function(){
ConfigService.getConfig()
.then(function(config){