Skip to content
This repository was archived by the owner on Apr 5, 2021. It is now read-only.

Commit fa8f5a7

Browse files
authored
Merge pull request #30 from A-Tokyo/development
Development
2 parents 574e5bd + f21a464 commit fa8f5a7

File tree

1 file changed

+29
-13
lines changed

1 file changed

+29
-13
lines changed

generators/app/prompts.json

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"module": "ngAnimate",
2121
"package": "angular-animate"
2222
},
23-
"name": "angular-animate.js (enable animation features)",
23+
"name": "angular-animate (enable animation features)",
2424
"checked": true
2525
},
2626
{
@@ -38,7 +38,7 @@
3838
"module": "ngSanitize",
3939
"package": "angular-sanitize"
4040
},
41-
"name": "angular-sanitize.js (to securely parse, translate and manipulate HTML)",
41+
"name": "angular-sanitize (to securely parse, translate and manipulate HTML)",
4242
"checked": true
4343
},
4444
{
@@ -47,7 +47,7 @@
4747
"module": "ngMessages",
4848
"package": "angular-messages"
4949
},
50-
"name": "angular-messages.js (enhanced support for displaying messages (i.e validation) within templates)",
50+
"name": "angular-messages (enhanced support for displaying messages (i.e validation) within templates)",
5151
"checked": true
5252
},
5353
{
@@ -56,7 +56,7 @@
5656
"module": "ngAria",
5757
"package": "angular-aria"
5858
},
59-
"name": "angular-aria.js (support for common ARIA attributes)",
59+
"name": "angular-aria (support for common ARIA attributes)",
6060
"checked": true
6161
},
6262
{
@@ -65,18 +65,26 @@
6565
"module": "ngMaterial",
6666
"package": "angular-material"
6767
},
68-
"name": "angular-material.js (Angular UI Component framework provides a set of reusable UI components based on Google’s Material Design.)",
68+
"name": "angular-material (Angular UI Component framework provides a set of reusable UI components based on Google’s Material Design.)",
6969
"checked": true
7070
},
7171
{
72-
"value": {
73-
"key": "satellizer",
74-
"module": "satellizer",
75-
"package": "satellizer"
76-
},
77-
"name": "angular-satellizer.js (a simple to use, end-to-end, token-based authentication module for AngularJS with built-in support for social media)",
78-
"checked": true
79-
}
72+
"value": {
73+
"key": "satellizer",
74+
"module": "satellizer",
75+
"package": "satellizer"
76+
},
77+
"name": "angular-satellizer (a simple to use, end-to-end, token-based authentication module for AngularJS with built-in support for social media)",
78+
"checked": true
79+
},{
80+
"value": {
81+
"key": "translate",
82+
"module": "pascalprecht.translate",
83+
"package": "angular-translate"
84+
},
85+
"name": "angular-translate (translation in your app made easy)",
86+
"checked": true
87+
}
8088
],
8189
"default": [{
8290
"key": "animate",
@@ -102,6 +110,14 @@
102110
"key": "material",
103111
"module": "ngMaterial",
104112
"package": "angular-material"
113+
},{
114+
"key": "satellizer",
115+
"module": "satellizer",
116+
"package": "satellizer"
117+
},{
118+
"key": "translate",
119+
"module": "pascalprecht.translate",
120+
"package": "angular-translate"
105121
}
106122
]
107123
},

0 commit comments

Comments
 (0)