Auto-completion of mail addresses in mail editor

This commit is contained in:
Francis Lachapelle
2015-06-11 15:42:33 -04:00
parent fe41798b19
commit af09691964
8 changed files with 50 additions and 16 deletions
@@ -19,6 +19,8 @@
_activeUser: activeUser
});
angular.extend(this, options);
// Trim trailing slash
this._path = this._path.replace(/\/$/, '');
}
/**