Ment.io
- 授权协议: MIT
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/jeff-collins/ment.io
软件介绍
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"/>
