Auto-completion of mail addresses in mail editor

This commit is contained in:
Francis Lachapelle
2014-12-12 13:39:02 -05:00
parent c2c15e4968
commit e2929f552f
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(/\/$/, '');
}
/**