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

https://github.com/zedwang/ngmagicalinput

A edit input component of angular
https://github.com/zedwang/ngmagicalinput

Last synced: 8 months ago
JSON representation

A edit input component of angular

Awesome Lists containing this project

README

          

# ngMagicalInput

A input component of angular

## Usage
```
$ bower install ngMagicalInput --save
```
or
```

```
## Demo
```js
angular.module('demoApp',['ngMagicalInput'])
.controller('Demo',function($scope){
$scope.test = {
text :'G20峰会'
}
})
```
```html
// The directive supported ngForm's all attrs


```