Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kuitos/angular-utils
- Owner: kuitos
- Archived: true
- Created: 2015-05-18T12:11:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T09:17:55.000Z (about 8 years ago)
- Last Synced: 2024-09-19T19:43:46.234Z (about 2 months ago)
- Language: JavaScript
- Size: 107 KB
- Stars: 61
- Watchers: 11
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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()