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

Added AngularUI Router v0.4.3 (#71)

This commit is contained in:
nobody42
2020-05-04 20:19:59 +02:00
parent fe1addcdc9
commit 45796011a7
4 changed files with 11 additions and 0 deletions

View File

@@ -458,6 +458,8 @@ helpers.setLastVersion = function (type, version) {
version = '0.14.3';
} else if (type.includes('/angular-ui-bootstrap/1.')) {
version = '1.3.3';
} else if (type.includes('/angular-ui-router/0.')) {
version = '0.4.3';
} else if (type.includes('/angular-ui-router/1.')) {
version = '1.0.25';
} else if (type.includes('/angular-ui-select/0.')) {