0
我有以下的Angular模塊。我如何從我的控制器中調用示例APIHost?調用模塊常量?
angular.module('configuration', [])
.constant('APIHost','http://api.com')
.constant('HostUrl','http://example.com')
.constant('SolutionName', 'MySite');