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

Added Angular UI Router v1.0.25

This commit is contained in:
nobody42
2020-04-10 06:49:22 +02:00
parent 467166ebe3
commit 844ef0aef4
6 changed files with 26 additions and 0 deletions

View File

@ -225,6 +225,8 @@ helpers.determineResourceName = function (filename) {
return 'AngularJS Sanitize';
case 'angular-touch.min.jsm':
return 'AngularJS Touch';
case 'angular-ui-router.min.jsm':
return 'Angular UI Router';
case 'animate.min.css':
return 'Animate CSS'
case 'backbone-min.jsm':
@ -384,6 +386,8 @@ helpers.setLastVersion = function (type, version) {
version = '6.7.0';
} else if (type.includes('/angular-ui-bootstrap/1.')) {
version = '1.3.3';
} else if (type.includes('/angular-ui-router/1.')) {
version = '1.0.25';
} else if (type.includes('/angucomplete-alt/3.')) {
version = '3.0.0';
} else if (type.includes('/animate.css/3.')) {