UNPKG
@phoenix-plugin-registry/angular-file-templates
Version:
latest (0.2.7)
0.2.7
Create common angular files from templates
github.com/natete/angular-file-templates
@phoenix-plugin-registry/angular-file-templates
/
config
/
_constant.js
16 lines
(13 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** *
@author
{
{{author
}}} *
@since
{
{{date
}}} */
(
function
(
) {
'use strict'
; angular .
module
(
'{{{moduleName}}}'
) .
constant
(
'{{{elementName}}}'
,
// Add your values here
); }); })();