Ment.io 是基于 AngularJS 的 Mentions 和 Macros 部件,不依赖 jQuery。
快速开始
在控制器加入:
$scope.people = [ { label: 'Joe'}, { label: 'Mike'}, { label: 'Diane'} ]
嵌入到 HTML:
<input type="text" mentio mentio-typed-text="typedTerm" mentio-items="people | filter🏷typedTerm" ng-model="myval"/>