(js) New common ACL Controller

This commit is contained in:
Francis Lachapelle
2015-07-28 10:53:29 -04:00
parent a8765eb41b
commit e8dcc6df37
6 changed files with 102 additions and 247 deletions
@@ -108,6 +108,9 @@
this.$$shortFormat = this.$shortFormat();
if (!this.$$image)
this.$$image = this.image || User.$gravatar(this.c_email);
// An empty attribute to trick md-autocomplete when adding users from the ACLs editor
this.empty = ' ';
};
/**