An open API service indexing awesome lists of open source software.

https://github.com/leafoftree/ngplaceholder

用于 input 的 AngularJS placeholder 指令
https://github.com/leafoftree/ngplaceholder

Last synced: 11 months ago
JSON representation

用于 input 的 AngularJS placeholder 指令

Awesome Lists containing this project

README

          

# AngularJS placeholder 指令

## 使用

加入`ngPlaceholder`模块

```javascript
angular.module('yourapp', ['ngPlaceholder'])
...
```

在 HTML 中使用 `ng-placeholder`

```html

```

## 安装

下载

git clone https://github.com/leafOfTree/ngPlaceholder

添加 ngPlaceholder.js 到项目中

```html

```