0

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

 <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

谢谢。

4

1 回答 1

1

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

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

于 2016-12-10T23:06:06.987 回答