mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 20:05:08 +00:00
Improve JavaScript of Mail module
- activated file uploader of mail editor - renamed method $update to $reload - automatically mark messages as read - use ui-sref-active from ui-router instead of ng-class
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
return _find(stateAccount.$mailboxes);
|
||||
}],
|
||||
stateMessages: ['stateMailbox', function(stateMailbox) {
|
||||
return stateMailbox.$update();
|
||||
return stateMailbox.$reload();
|
||||
}]
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user