Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tgorka/angular-goodfellas
Utility filters, config, services and directives for use in angular 1.2.x
https://github.com/tgorka/angular-goodfellas
Last synced: about 1 month ago
JSON representation
Utility filters, config, services and directives for use in angular 1.2.x
- Host: GitHub
- URL: https://github.com/tgorka/angular-goodfellas
- Owner: tgorka
- License: mit
- Created: 2016-01-20T16:35:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T09:53:37.000Z (over 9 years ago)
- Last Synced: 2023-03-02T17:51:53.108Z (almost 2 years ago)
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-goodfellas
Utility filters, config, services and directives for use in angular 1.2.x
## Install
Copy angular-goodfellas.min.js into your static js file directory.
Load the script in your html head part.Add 'ngGoodfellas' into your angular module dependencies ex.
angular.module('yourApp', ['ngGoodfellas'])
## List of filters
+ n - filter like in mako templates
+ byteFilter
+ percentFilter
+ roundFilter
+ makeRange
+ ensureArraySinceNow
+ fillBetweenFirstLastValues## List of configs
+ uriType - uriType matcher in routes. Usage: url:'/some/prefix/{uri:uriType}'
## List of services
+ transformRequestDataAsFormPost - for request transforming post type data as a form type.
+ sizingService
+ sync
+ getHeaderHeight
+ getWindowHeight
+ getWindowWidth
+ getContentHeight
+ calendarService
+ getWeekdayNumber
+ getDayCount
+ browserHacksService - for browser hacks
+ localStorage - hack form safari private localstorage## List of directives
+ Work with forms and form fields
+ isChecked
+ crypt
+ utilitiesSubmitButton
+ utilitiesFieldGroup
+ utilitiesForm
+ Order elements into the grid
+ hasGridElements
+ gridElement## Release History
+ 1.0.1 - name changing.
+ 1.0.0 - initial revision.## Author
Tomasz Górka## License
© 2015 Luxia SASMIT licensed.