No Em

Results 3 comments of No Em

I have a same problem too.

I think we don't need to pass an event to openPortal anymore, use a "opening" flag ```javascript function openPortal() { var _this1 = this; if (_this1.state.active) { return; } //...

I was facing this issue some days ago, and I had to implement it by myself at [https://github.com/sontx/angular-mentions](https://github.com/sontx/angular-mentions), it works well with all examples except for text-editor. There is also...