Angular js - Gitification/gitification GitHub Wiki

Angular.js is mainly used for the dynamic rendering of the client.

Using the API

It query the server via the api by using the concept of ng-resource. Theses used the asynchronous pattern, it's mean that if you want to manipulate data, you have to wait the callback function. I recommend to use $q to manage the asynchronous call when you need.

Security

There are no form of security in the client neither in the server. There was a choice of conception. We unfortunately did not have the time to look at this aspect.