This set of tasks intends build and verify AngularJS integrational skills. Writing single controller or a service is easy, but when it comes to implementing whole usecase and separating your code into controller, service, etc. it gets harder.
Each branch contains one exercise with own requirements and instructions described in README file.
Will walk you through binding data from controller to ng-repeat directive.
Continuation of exercise 1. Instead of binding hardcoding data inside controller, let's load it from DAO service.
Extend your skills needed for previous exercises by writing custom DAO resource.
Verify ngRoute configuration skills.
Introduction to mocked REST backend. You will be need to consume it in your app.
Get familiar with angular-xeditable documentation is first step, then you will utilize this component into your app.
In order to complete this exercise you will use component from another 3rd party library - angular-bootstrap.
This is mostly about configuration and setup translation tools.
Using 3rd party library flow.js, you will create elegant and powerful file uploader.
Similar to exercise7 but it offers much more, like multiple choice, tagging and much more.
Utilize another 3rd party library base on jquery.
Super easy way to paginate your lists, make it auto-refresh when filters change.
Requires from you to understand and use $httpBackend to deliver fake backend
Description: soon
Description: soon
Description: soon
Description: soon
Description: soon
npm install
bower install
grunt serve