ionic
ionic copied to clipboard
这是一个使用ionic开发HybidAPP(Web APP)的示例项目目录
用IIS打不开,还是说有什么别的打开你的项目吗?
$ ionic serve [WARN] ionic.project file found in C:\Users\Administrator\Desktop\jxlqhn--please rename it to ionic.config.json, or your project directory will not be detected! [ERROR] Sorry! ionic serve can only be run in...
你好,可否给一些后台数据交互事例吗? 比如: findAll : function(tableName,requestParams){ var url =config.basePath+tableName+"/findAll.do?callback=JSON_CALLBACK"; return $http.jsonp(url,{params:requestParams});
你好,这个项目有数据交互的示例么