We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b80106f + b71a24e commit 480ee4aCopy full SHA for 480ee4a
generators/app/prompts.json
@@ -5,11 +5,11 @@
5
"message": "Which version of Angular do you want?",
6
"choices": [
7
{
8
- "value": "~1.4.2",
+ "value": "~1.4.8",
9
"name": "1.4.x (stable)"
10
},
11
12
- "value": "~1.3.16",
+ "value": "~1.3.20",
13
"name": "1.3.x (legacy)"
14
}
15
]
generators/app/templates/_bower.json
@@ -49,7 +49,7 @@
49
"material-design-lite": "~1.0.4",
50
"material-design-iconfont": "~0.0.2",
51
<% } if(props.bootstrapComponents.key === 'ui-bootstrap') { -%>
52
- "angular-bootstrap": "~0.13.4",
+ "angular-bootstrap": "~0.14.3",
53
<% } if(props.bootstrapComponents.key === 'angular-strap') { -%>
54
"angular-strap": "~2.3.1",
55
<% } if(props.foundationComponents.key === 'angular-foundation') { -%>
0 commit comments