vesparny / angularjs-playground

A starting point for being up and running in minutes with angularJS.

Home Page:http://vesparny.github.io/angularjs-playground/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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:

###TODO

###Contributing Fell free to contribute, fork, pull request, hack. Thanks!

###Author

###License see LICENSE file.

About

A starting point for being up and running in minutes with angularJS.

http://vesparny.github.io/angularjs-playground/

License:MIT License


Languages

Language:JavaScript 91.5%Language:CSS 8.5%