angular.module('starter.services', []) //starter.factory("lineService",["$q","$http",function($q,$http){ // return{ // get_excal:function(excals){ // return $http({ // url:'http://172.31.40.29/list', // method:"get" // }) // } // } //}])