Mini refactoring of config data to use native javascript types
This commit is contained in:
parent
72228d566d
commit
68124e223f
@ -15,7 +15,7 @@ angular.module('adagios.config', [])
|
||||
data = value;
|
||||
};
|
||||
|
||||
this.$get = [function getConfigFactory() {
|
||||
this.$get = [function () {
|
||||
return new AdagiosConfig(data);
|
||||
}];
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user