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
- Host: GitHub
- URL: https://github.com/zedwang/ngmagicalinput
- Owner: zedwang
- Created: 2016-09-06T03:07:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T07:19:35.000Z (almost 10 years ago)
- Last Synced: 2025-06-10T11:59:12.087Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```