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

Commit

Permalink
add angular translate optional
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo committed Jan 27, 2017
1 parent bbda634 commit 57d07c6
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions generators/app/prompts.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"module": "ngAnimate",
"package": "angular-animate"
},
"name": "angular-animate.js (enable animation features)",
"name": "angular-animate (enable animation features)",
"checked": true
},
{
Expand All @@ -38,7 +38,7 @@
"module": "ngSanitize",
"package": "angular-sanitize"
},
"name": "angular-sanitize.js (to securely parse, translate and manipulate HTML)",
"name": "angular-sanitize (to securely parse, translate and manipulate HTML)",
"checked": true
},
{
Expand All @@ -47,7 +47,7 @@
"module": "ngMessages",
"package": "angular-messages"
},
"name": "angular-messages.js (enhanced support for displaying messages (i.e validation) within templates)",
"name": "angular-messages (enhanced support for displaying messages (i.e validation) within templates)",
"checked": true
},
{
Expand All @@ -56,7 +56,7 @@
"module": "ngAria",
"package": "angular-aria"
},
"name": "angular-aria.js (support for common ARIA attributes)",
"name": "angular-aria (support for common ARIA attributes)",
"checked": true
},
{
Expand All @@ -65,18 +65,26 @@
"module": "ngMaterial",
"package": "angular-material"
},
"name": "angular-material.js (Angular UI Component framework provides a set of reusable UI components based on Google鈥檚 Material Design.)",
"name": "angular-material (Angular UI Component framework provides a set of reusable UI components based on Google鈥檚 Material Design.)",
"checked": true
},
{
"value": {
"key": "satellizer",
"module": "satellizer",
"package": "satellizer"
},
"name": "angular-satellizer.js (a simple to use, end-to-end, token-based authentication module for AngularJS with built-in support for social media)",
"checked": true
}
"value": {
"key": "satellizer",
"module": "satellizer",
"package": "satellizer"
},
"name": "angular-satellizer (a simple to use, end-to-end, token-based authentication module for AngularJS with built-in support for social media)",
"checked": true
},{
"value": {
"key": "translate",
"module": "pascalprecht.translate",
"package": "angular-translate"
},
"name": "angular-translate (translation in your app made easy)",
"checked": true
}
],
"default": [{
"key": "animate",
Expand Down

0 comments on commit 57d07c6

Please sign in to comment.