Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. //real api
  2. var api = {
  3. list_cameras: list_cameras,
  4. //other methods…
  5. };
  6. function list_cameras(filters){
  7. return AppAjax.get(‘/api/list_cameras’, {filters: angular.toJson(filters)});
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement