mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 15:15:37 +00:00
Update Angular Material to version 1.1.0
This commit is contained in:
@@ -6,6 +6,7 @@ New features
|
||||
|
||||
Enhancements
|
||||
- [web] don't allow a recurrence rule to end before the first occurrence
|
||||
- [web] updated Angular Material to version 1.1.0
|
||||
|
||||
Bug fixes
|
||||
- [eas] properly generate the BusyStatus for normal events
|
||||
|
||||
@@ -464,7 +464,7 @@
|
||||
<div class="sg-progress-linear-bottom">
|
||||
<md-progress-linear class="md-accent"
|
||||
md-mode="indeterminate"
|
||||
ng-show="currentCard.$isLoading()"><!-- progress --></md-progress-linear>
|
||||
ng-disabled="!currentCard.$isLoading()"><!-- progress --></md-progress-linear>
|
||||
</div>
|
||||
</md-list-item>
|
||||
</md-list>
|
||||
@@ -542,7 +542,7 @@
|
||||
<md-progress-circular class="md-accent"
|
||||
md-mode="determinate"
|
||||
md-diameter="20px"
|
||||
ng-show="$CardsImportDialogController.uploader.isUploading"
|
||||
ng-disabled="!$CardsImportDialogController.uploader.isUploading"
|
||||
ng-value="$CardsImportDialogController.uploader.progress"><!-- progress --></md-progress-circular>
|
||||
<label class="md-button" for="file-input" ng-hide="$CardsImportDialogController.uploader.isUploading">
|
||||
<span><var:string label:value="Upload"/></span>
|
||||
|
||||
@@ -309,7 +309,7 @@
|
||||
<div class="sg-progress-linear-bottom">
|
||||
<md-progress-linear class="md-accent"
|
||||
md-mode="indeterminate"
|
||||
ng-show="currentMessage.$isLoading()"><!-- message loading progress --></md-progress-linear>
|
||||
ng-disabled="!currentMessage.$isLoading()"><!-- message loading progress --></md-progress-linear>
|
||||
</div>
|
||||
</md-list-item>
|
||||
</md-list>
|
||||
|
||||
@@ -723,7 +723,7 @@
|
||||
<md-progress-circular class="md-accent"
|
||||
md-mode="determinate"
|
||||
md-diameter="20px"
|
||||
ng-show="$CalendarImportDialogController.uploader.isUploading"
|
||||
ng-disabled="!$CalendarImportDialogController.uploader.isUploading"
|
||||
ng-value="$CalendarImportDialogController.uploader.progress"><!-- progress --></md-progress-circular>
|
||||
<label class="md-button" for="file-input" ng-hide="$CalendarImportDialogController.uploader.isUploading">
|
||||
<span><var:string label:value="Upload"/></span>
|
||||
|
||||
Submodule UI/WebServerResources/angular-material updated: 2ddeb91514...79964dc9d8
@@ -10,7 +10,7 @@
|
||||
"angular-sanitize": "1.4.x",
|
||||
"angular-ui-router": "latest",
|
||||
"angular-file-upload": "latest",
|
||||
"angular-material": "1.1.0-rc.5-master-2ddeb91",
|
||||
"angular-material": "1.1.0",
|
||||
"file-saver.js": "latest",
|
||||
"lodash": "latest",
|
||||
"ng-sortable": "latest",
|
||||
|
||||
Reference in New Issue
Block a user