0

Guys i'm trying to get ment.io to work in textarea Mentio by Jeff-collins 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>

Am i require to use <mention-menu> ??

Here's my Plunker

Thanks.

pyccki
  • 693
  • 8
  • 22

1 Answers1

1

That took a while.....Needed to inject mentio in the app. I could not reproduce this in plunker. I used jsfiddle

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

Searching
  • 2,269
  • 1
  • 17
  • 28