Skip to content

geelen/angularjs-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularFTW Recap - Saturday 9th February, 2013

This repository has all the information presented in the session, for your reference.

Loading up the presentation

Individual Examples

These examples can also be found in the 'examples' directory of this repo.

Directives & Testing

The testing part of the course was covered in the preso repository. The 'unit'-level test files live in preso/spec/controllers and preso/spec/directives. The end-to-end tests, and runner, live in preso/app/test.

Recall that it's cd preso && testacular start to fire up the unit tests and watch for changes. It's also possible to use yeoman test to run a once-off test.

If you want to run the e2e tests, fire up the server using yeoman server then open http://localhost:3501/test/runner.html

App Structure

The discussion around application structure, communication and refactoring was introduced in the gifs directory. Check gifs/app/scripts/controllers and gifs/app/scripts/services.

Again, run yeoman server and hit http://localhost:3501/ to see the code working.

Useful links

Worthwhile blog posts

Feedback form

If you've got a few minutes, would you mind filling out an anonymous feedback form on the course so I can improve it in future?

Questions?

If you have an AngularJS question, please get in touch. Best way is through twitter - I'm @glenmaddern.

About

Slides and code for my half-day AngularJS workshop

Resources

Stars

Watchers

Forks

Packages

No packages published