(js) New progress indicator in Mail module

This commit is contained in:
Francis Lachapelle
2015-08-25 12:20:46 -04:00
parent 99d121fd3e
commit 7b3a238fb9
5 changed files with 55 additions and 35 deletions
@@ -150,7 +150,7 @@
*/
Mailbox.prototype.init = function(data) {
var _this = this;
this.$isLoading = false;
this.$isLoading = true;
this.$messages = [];
this.uidsMap = {};
angular.extend(this, data);