1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added AngularUI Bootstrap v0.14.3 (#71)

This commit is contained in:
nobody42
2020-05-04 20:17:54 +02:00
parent 2c442ea6aa
commit 14b730c1e0
5 changed files with 17 additions and 0 deletions

View File

@ -446,6 +446,8 @@ helpers.setLastVersion = function (type, version) {
else version = '1.7.9';
} else if (type.includes('/angularjs-slider/6.')) {
version = '6.7.0';
} else if (type.includes('/angular-ui-bootstrap/0.')) {
version = '0.14.3';
} else if (type.includes('/angular-ui-bootstrap/1.')) {
version = '1.3.3';
} else if (type.includes('/angular-ui-router/1.')) {