End to End with Angular JS
This is an extension of my screencast Intro to Angular JS that focuses more on intermediate/advanced topics and walks through creating a working web application on top of the Laravel 4 Web Application Framework.
Things you can expect to learn:
- $http
- $rootScope
- taking the AuthenticationService we built earlier end-to-end
- creating a FlashService for displaying alerts to users
- access control for client-side routes with $rootScope and $routeProvider
- $httpProvider.responseInterceptors and logging out users automatically if serverside sessions expire
- $routeProvider.resolve property and making view rendering data dependent
- laravel 4 migrations, controllers, models, and authentication
Resources
This is part of a screencast series on Angular JS