Skip to content

Instantly share code, notes, and snippets.

@tonylampada
Created February 27, 2017 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonylampada/3efe65dcdafbfe7fe0a10c1fda3b3902 to your computer and use it in GitHub Desktop.
Save tonylampada/3efe65dcdafbfe7fe0a10c1fda3b3902 to your computer and use it in GitHub Desktop.
//real api
var api = {
list_cameras: list_cameras,
//other methods…
};
function list_cameras(filters){
return AppAjax.get(‘/api/list_cameras’, {filters: angular.toJson(filters)});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment