无法让提及工作,Ment.io

Can't get Mention to work, Ment.io

伙计们,我正在努力让 ment.io 在 textarea 中工作 Jeff-collins 的 Mentio http://jeff-collins.github.io/ment.io/#/examples

 <textarea placeholder="start with @j" ng-model="myval"
class="form-control" mentio mentio-typed-text="typedTerm" 
mentio-items="people | filter:label:typedTerm"></textarea>

我需要使用 <mention-menu> ??

这是我的 Plunker

谢谢。

这花了一段时间.....需要在应用程序中注入 mentio。我无法在 plunker 中重现这一点。我用了 jsfiddle

angular.module('myApp', ['mentio']).controller('MyCtrl', function($scope) {