This will be a short and quick walk through on how to make REST API calls using AngularJS. We shall use ngResource to aid us. Loading ngResource If we want to use the ngResource module, we have to make sure it’s being loaded separately along with angular. We need to have something like – <script src="/static/js/angular.min.js" type="text/javascript"></script> <script src="/static/js/angular-resour