hwz / chirp

A teaching example of the MEAN stack, by building a simple Twitter clone
317 stars 483 forks source link

Correction to ChirpApp.js in module -5 completed #21

Open shikarishambu opened 8 years ago

shikarishambu commented 8 years ago

It should say when signup instead of when register

//the signup display .when('/signup', { templateUrl: 'register.html', controller: 'authController' });