Skip to content

Commit 83f8dc8

Browse files
committed
fixed minification problem
1 parent 0bc0d4a commit 83f8dc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/ConfigurationProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export class ConfigurationProvider<T> {
1212
this.addConfiguration((<any>window).configuration, true);
1313
}
1414

15+
/* @ngInject */
1516
public $get($q: angular.IQService) {
1617
return this.mergedConfiguration;
1718
}

0 commit comments

Comments
 (0)