文件名称:angular-crud-seed:AngularJS CRUD 简单种子。 包括服务、控制器、路由和模板
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-28 13:38:48
JavaScript
角 CRUD 种子 AngularJS CRUD 简单种子。 包括服务、控制器、路由和模板。 ##快速开始 将此存储库克隆到您的应用程序组件目录中: app/components/ ResourceAPIPath git clone https://github.com/SeventyFourLaboratories/angular-crud-seed.git app/components/ResourceAPIPath 用您自己的值替换占位符 将脚本包含到您的应用程序中 < script type =" text/javascript " src =" app/components/ResourceAPIPath/services.js " > </ script > < script type =" text/javascript " src =" app/components
【文件预览】:
angular-crud-seed-master
----routing.js(2KB)
----README.md(2KB)
----controllers.js(2KB)
----sower.json(438B)
----LICENSE(1KB)
----html()
--------form.html(756B)
--------list.html(717B)
--------show.html(227B)
--------index.html(143B)
----services.js(897B)