Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pt2121/angularjs-zoom-test
Basic angular directive and controller providing zoom-in/out buttons and a slider.
https://github.com/pt2121/angularjs-zoom-test
Last synced: 3 months ago
JSON representation
Basic angular directive and controller providing zoom-in/out buttons and a slider.
- Host: GitHub
- URL: https://github.com/pt2121/angularjs-zoom-test
- Owner: pt2121
- License: mit
- Created: 2013-11-02T17:04:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-02T17:13:50.000Z (about 11 years ago)
- Last Synced: 2023-03-24T20:01:58.690Z (almost 2 years ago)
- Language: JavaScript
- Size: 793 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Basic angular directive and controller supporting zoom-in/out buttons and a slider.
angular-seed — the seed for AngularJS apps
This project is an application skeleton for a typical [AngularJS](http://angularjs.org/) web app.
You can use it to quickly bootstrap your angular webapp projects and dev environment for these
projects.Running the app during development
You can pick one of these options:
* serve this repository with your webserver
* install node.js and run `scripts/web-server.js`Then navigate your browser to `http://localhost:/app/index.html` to see the app running in
your browser.