Skip to content

Example code I used in the AngularJS University session at Devoxx 2013 in Antwerp

Notifications You must be signed in to change notification settings

bradlygreen/devoxx2013-examples

Repository files navigation

Devoxx 2013 Examples

Example code I used in the AngularJS University session at Devoxx 2013 in Antwerp. Slides for AngularJS End to End.

Nothing too interesting here, though the 7-mail-app directory may be useful for folks new to AngularJS who want to see how to set up deep linking that includes changing menu-highlighting along with view changes.

Except for 7-mail-app, you can view all examples by just opening the HTML file in your browser. For the mail app, you'll need a web server to satisfy the browser same-origin-policy security model. If you have Python instelled, you can do this easily. In a shell, cd to the root of this project and run:

$ python -m SimpleHTTPServer

You can then view the directory at http://localhost:8000.

About

Example code I used in the AngularJS University session at Devoxx 2013 in Antwerp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published