摘要: 1 angular.module('shopping', []). 2 factory('shoppingData',function($http, $q){ 3 return{ 4 apiPath:'/api/shoppingCart/', 5 getAllI... 阅读全文
posted @ 2014-12-03 15:30 testForever 阅读(313) 评论(0) 推荐(0)