Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramonjd/angular-resizer
Angular service to register events on window resize (using Transition Event)
https://github.com/ramonjd/angular-resizer
Last synced: 13 days ago
JSON representation
Angular service to register events on window resize (using Transition Event)
- Host: GitHub
- URL: https://github.com/ramonjd/angular-resizer
- Owner: ramonjd
- Created: 2014-10-07T13:42:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T14:35:53.000Z (over 9 years ago)
- Last Synced: 2024-10-10T00:25:04.945Z (about 1 month ago)
- Language: JavaScript
- Size: 9.4 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[angular-resizer](https://github.com/ramonjd/angular-resizer)
===================Angular module/service that listens to resize event and returns current breakpoint, orientation and whether the page has increased/decreased (and in which direction).
See app.js for usage examples.
Requires angular and jquery (installed via bower) and protractor for the e2e tests.
```
npm install -g grunt
npm install -g protractor
npm install
bower install```
start webserver:
```
grunt
```run protractor/selenium tests:
```
webdriver-manager start
protractor tests/conf.js
```For help getting protractor up and running, see: https://github.com/angular/protractor/blob/master/docs/tutorial.md
Then open http://localhost:8888/index.html