angular / router

The Angular 1 Component Router
MIT License
665 stars 135 forks source link

$routeConfig and ng-app corrections #350

Open joedavisdev opened 9 years ago

joedavisdev commented 9 years ago

Fix: ng-app now uses the 'app' module name (as used throughout the example) Fix: $routeConfig is a variable, not a function

Review on Reviewable