Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vesparny/angularjs-playground
A starting point for being up and running in minutes with angularJS.
https://github.com/vesparny/angularjs-playground
Last synced: 3 months ago
JSON representation
A starting point for being up and running in minutes with angularJS.
- Host: GitHub
- URL: https://github.com/vesparny/angularjs-playground
- Owner: vesparny
- License: mit
- Archived: true
- Created: 2014-10-22T15:41:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T12:31:58.000Z (about 10 years ago)
- Last Synced: 2024-02-15T01:35:35.032Z (9 months ago)
- Language: JavaScript
- Homepage: http://vesparny.github.io/angularjs-playground/
- Size: 230 KB
- Stars: 16
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#AngularJS playground
###A starting point for being up and running in minutes with angularJS.
see a working example here http://vesparny.github.io/angularjs-playground
* it uses `ui-router`
* directives examples and best practices
* using `parsers` and `formatters` in directives
* an example of safe `eventBus` service
* using providers for switching different implementations of the same service using the `$injector`
* a folder structure organized `by feature` (useful for non-trivial apps)
* an interceptor example, and how to use `$injector` within it.
* custom validator example and hot to use AngularJS 1.3 `ng-messages`run with
npm install -g httpster && httpster
###Based on:
* https://github.com/toddmotto/angularjs-styleguide
* https://github.com/angular/angular-seed
* https://github.com/gocardless/angularjs-style-guide###TODO
* integrate this with http://vesparny.github.io/ng-kickstart/###Contributing
Fell free to contribute, fork, pull request, hack. Thanks!###Author
+ [@vesparny](https://twitter.com/vesparny)
+ [http://alessandro.arnodo.net](http://alessandro.arnodo.net)
+###License
see LICENSE file.