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

Added AngularJS Slider v6.7.0

This commit is contained in:
nobody42
2020-04-10 06:45:35 +02:00
parent 38a1728d0f
commit 8826505a7c
6 changed files with 17 additions and 0 deletions

View File

@@ -215,6 +215,8 @@ helpers.determineResourceName = function (filename) {
return 'AngularJS';
case 'angular-animate.min.jsm':
return 'AngularJS Animate';
case 'rzslider.min.jsm':
return 'AngularJS slider';
case 'angular-cookies.min.jsm':
return 'AngularJS Cookies';
case 'angular-sanitize.min.jsm':
@@ -376,6 +378,8 @@ helpers.setLastVersion = function (type, version) {
version = '3.35.1';
} else if (type.includes('/angularjs/1.')) {
version = '1.7.9';
} else if (type.includes('/angularjs-slider/6.')) {
version = '6.7.0';
} else if (type.includes('/angular-ui-bootstrap/1.')) {
version = '1.3.3';
} else if (type.includes('/animate.css/3.')) {