Use minifiable syntax

This commit is contained in:
Lee moon soo 2017-01-08 15:55:46 -08:00
parent cec534c0c0
commit a92caddf4c

View file

@ -47,9 +47,9 @@
$httpProvider.defaults.withCredentials = true;
var visBundleLoad = {
load: function(heliumService) {
load: ['heliumService', function(heliumService) {
return heliumService.load;
}
}]
};
$routeProvider