Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kuitos/angular-utils

useful angular utils
https://github.com/kuitos/angular-utils

Last synced: 2 days ago
JSON representation

useful angular utils

Awesome Lists containing this project

README

        

useful angular utils
pure and powerful

### how to use
npm
```
npm install kuitos-angular-utils
```
bower(Deprecated)
```bash
bower install kuitos-angular-utils
```

## todo list
* dynamicAttr:support dynamic attr add or remove,even though it is a directive
* click-delegate:delegate click event in a table list,like jQuery.delegate()