services.js 252 B

12345678910111213
  1. angular.module('starter.services', [])
  2. //starter.factory("lineService",["$q","$http",function($q,$http){
  3. // return{
  4. // get_excal:function(excals){
  5. // return $http({
  6. // url:'http://172.31.40.29/list',
  7. // method:"get"
  8. // })
  9. // }
  10. // }
  11. //}])