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:
@ -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.')) {
|
||||
|
Reference in New Issue
Block a user