mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
Updated angular-ui-bootstrap from v0.14 to v1.1
This commit is contained in:
parent
05a29a54b3
commit
0948ef4381
@ -27,6 +27,7 @@
|
||||
- Removed the need of twitter API keys to display the last tweet on the home page
|
||||
- Handle Ctrl^C in upgrade scripts
|
||||
- Updated moment-timezone
|
||||
- Updated angular-ui-bootstrap from v0.14 to v1.1
|
||||
- Option to disable developers analytics
|
||||
- Added the a "cron" tab in Sidekiq web-ui to watch scheduled tasks
|
||||
- Integration of Crowdin "in-context" translation management system
|
||||
|
@ -21,7 +21,7 @@
|
||||
//= require angular-cookies
|
||||
//= require angular-touch
|
||||
//= require @uirouter/angularjs/release/angular-ui-router
|
||||
//= require angular-ui-bootstrap/ui-bootstrap-tpls
|
||||
//= require angular-ui-bootstrap/dist/ui-bootstrap-tpls
|
||||
//= require ui-select/dist/select
|
||||
//= require moment/moment
|
||||
//= require moment-timezone/builds/moment-timezone-with-data-2012-2022
|
||||
|
@ -32,7 +32,7 @@
|
||||
<b class="caret"></b>
|
||||
</span>
|
||||
</a>
|
||||
<ul class="uib-dropdown-menu animated fadeInRight">
|
||||
<ul uib-dropdown-menu class="animated fadeInRight">
|
||||
<li><a ui-sref="app.logged.dashboard.profile" translate>{{ 'app.public.common.my_profile' }}</a></li>
|
||||
<li><a ui-sref="app.logged.dashboard.settings" translate>{{ 'app.public.common.my_settings' }}</a></li>
|
||||
<li><a ui-sref="app.logged.dashboard.projects" translate>{{ 'app.public.common.my_projects' }}</a></li>
|
||||
|
@ -49,7 +49,7 @@
|
||||
"angular-translate": "2.18",
|
||||
"angular-translate-interpolation-messageformat": "2.18",
|
||||
"angular-translate-loader-partial": "2.18",
|
||||
"angular-ui-bootstrap": "0.14.3",
|
||||
"angular-ui-bootstrap": "1.1.2",
|
||||
"angular-ui-calendar": "https://github.com/angular-ui/ui-calendar.git#1.0.1",
|
||||
"angular-ui-codemirror": "^0.3.0",
|
||||
"angular-ui-tour": "https://github.com/Ross-Byrne/angular-ui-tour.git#master",
|
||||
|
@ -187,10 +187,10 @@ angular-translate@2.18, angular-translate@~2.18.1:
|
||||
dependencies:
|
||||
angular ">=1.2.26 <=1.7"
|
||||
|
||||
angular-ui-bootstrap@0.14.3:
|
||||
version "0.14.3"
|
||||
resolved "https://registry.yarnpkg.com/angular-ui-bootstrap/-/angular-ui-bootstrap-0.14.3.tgz#d96ce604c84bbd706ba34aabca1d5a7376e18ba6"
|
||||
integrity sha1-2WzmBMhLvXBro0qryh1ac3bhi6Y=
|
||||
angular-ui-bootstrap@1.1.2:
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/angular-ui-bootstrap/-/angular-ui-bootstrap-1.1.2.tgz#5362d66b8b2e73526a312e398e6ac4e5fab3086f"
|
||||
integrity sha1-U2LWa4suc1JqMS45jmrE5fqzCG8=
|
||||
|
||||
"angular-ui-calendar@https://github.com/angular-ui/ui-calendar.git#1.0.1":
|
||||
version "1.0.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user