Skip to content

Commit 480ee4a

Browse files
committed
Merge pull request #930 from DaAwesomeP/master
Update Angular and Angular Bootstrap
2 parents b80106f + b71a24e commit 480ee4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

generators/app/prompts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"message": "Which version of Angular do you want?",
66
"choices": [
77
{
8-
"value": "~1.4.2",
8+
"value": "~1.4.8",
99
"name": "1.4.x (stable)"
1010
},
1111
{
12-
"value": "~1.3.16",
12+
"value": "~1.3.20",
1313
"name": "1.3.x (legacy)"
1414
}
1515
]

generators/app/templates/_bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"material-design-lite": "~1.0.4",
5050
"material-design-iconfont": "~0.0.2",
5151
<% } if(props.bootstrapComponents.key === 'ui-bootstrap') { -%>
52-
"angular-bootstrap": "~0.13.4",
52+
"angular-bootstrap": "~0.14.3",
5353
<% } if(props.bootstrapComponents.key === 'angular-strap') { -%>
5454
"angular-strap": "~2.3.1",
5555
<% } if(props.foundationComponents.key === 'angular-foundation') { -%>

0 commit comments

Comments
 (0)