Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. [ {
  2. "pumpId": 33,
  3. "pVVoltage": "214",
  4. "pVCurrent": "0",
  5. "epochTime": 1482690480000
  6. },
  7. {
  8. "pumpId": 33,
  9. "pVVoltage": "214",
  10. "pVCurrent": "0",
  11. "epochTime": 1482690480000
  12. }
  13. ]
  14.  
  15. <button type="button" class="btn btn-primary btn-sm" ng-click="get_report(report_from_time, report_to_time)">Download</button>
  16.  
  17. PumpService.getReport($scope.id, $scope.timestamp_report_from_time, $scope.timestamp_report_to_time).success(function (data) {
  18. $scope.reportData = data;
  19. }).error(function (error) {
  20. console.error('ERROR OCCURED:', +error);
  21. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement