UNPKG

grunt-ng-constant

Version:

Plugin for dynamic generation of angular constant modules.

9 lines (6 loc) 187 B
(function(angular, undefined) { 'use strict'; angular.module('module2', ['test']) .constant('constant1', {global_key:'global_value',key1:123,key2:'value2',foobar:false}) ; })(angular);