Closed laranicolas closed 9 years ago
Cool, I'm thinking about adding an option type
that can either be value
or constant
, and default to constant
, :+1: ?
Awesome! Because I need to modify config values and how they are constants, I can't!
Thanks!
Added in #46!
You can now use
gulpNgConfig('name', {
type: 'value'
})
This will be available in the 1.3
release :+1:
Awesome! Thanks @ajwhite
Option to generate angular config file with values instead constants.
angular.module('myApp.config', []) .value('string', "my string");