mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-01 20:07:20 +01:00
Added AngularUI Router v0.4.3 (#71)
This commit is contained in:
parent
fe1addcdc9
commit
45796011a7
@ -105,6 +105,7 @@ var files = {
|
||||
|
||||
// Angular UI Router
|
||||
'resources/angular-ui-router/1.0.25/angular-ui-router.min.jsm': true,
|
||||
'resources/angular-ui-router/0.4.3/angular-ui-router.min.jsm': true,
|
||||
|
||||
// AngularJS ui-select
|
||||
'resources/angular-ui-select/0.20.0/select.min.jsm': true,
|
||||
|
@ -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.')) {
|
||||
|
@ -33,6 +33,7 @@
|
||||
<li>Added fancyBox v2.1.5</li>
|
||||
<li>Added AngularUI Bootstrap v0.14.3</li>
|
||||
<li>Added AngularJS Toaster v0.4.18 and v2.2.0</li>
|
||||
<li>Added AngularUI Router v0.4.3 (Fixed <a href="https://gitlab.com/nobody42/localcdn/-/issues/71">#71</a>)</li>
|
||||
</ul>
|
||||
<div class="topic-label">
|
||||
Please update your uBlock/uMatrix rules
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user