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

AngularJS Toaster v0.4.18 and v2.2.0 (#71)

This commit is contained in:
nobody42
2020-05-04 20:19:06 +02:00
parent 14b730c1e0
commit fe1addcdc9
10 changed files with 91 additions and 0 deletions

View File

@@ -108,6 +108,15 @@ var resources = {
'path': 'resources/angular-ui-router/{version}/angular-ui-router.min.jsm',
'type': 'application/javascript'
},
// AngularJS Toaster
'angularJsToasterCSS': {
'path': 'resources/angularjs-toaster/{version}/toaster.min.css',
'type': 'text/css'
},
'angularJsToasterJS': {
'path': 'resources/angularjs-toaster/{version}/toaster.min.jsm',
'type': 'application/javascript'
},
// Animate CSS
'animateCSS': {
'path': 'resources/animate.css/{version}/animate.min.css',