AngularJS 自动完成 Angucomplete

码农软件 · 软件分类 · AngularJS 扩展 · 2019-03-16 23:26:47

软件介绍

Angucomplete 是一个的指令扩展,实现了输入框自动完成的功能,外观简单直接,支持本地和远程 JSON 数据,无需依赖其他第三方库,可通过简单的 CSS 进行定制。

基本使用示例:

<angucomplete id="members"
      placeholder="Search members"
      pause="400"
      selectedobject="testObj"
      url="http://myserver.com/api/user/find?s="
      datafield="results"
      titlefield="firstName,surname"
      descriptionfield="email"
      imagefield="profilePic"
      inputclass="form-control form-control-small"/>

本文地址:https://www.codercto.com/soft/d/1513.html

The Science of Programming

The Science of Programming

David Gries / Springer / 1989-4-21 / USD 99.00

Describes basic programming principles and their step-by- step applications.Numerous examples are included.一起来看看 《The Science of Programming》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具