README
AngularJS Vancouver Meetup (January 8 2014)
AngularJS January Doing it Right : Best Practices
Fetching
You can download the contents of this repo with either of the following commands
npm install vangularjs-meetup-january-8-2014
bower install vangularjs-meetup-january-8-2014
Contributing
If you gave a talk at this meet up, you can add it to this repo with the following steps:
- Fork this repo by clicking the
Fork
button - Clone the forked repo to your computer, e.g.
git clone git@github.com:garbles/vangularjs-meetup-january-8-2014.git
- Create a new branch, e.g.
git co -b some-cool-branch-name
- Create a folder with your name and talk title separated by dashes, e.g.
mkdir gabe-scholz--introduction-to-ui-router
- Put the contents of your talk in there
- Commit the changes, e.g.
git commit -m "Some cool commit title"
- Push the changes to your repo with
git push origin head -u
- Submit a pull request