文件名称:angularjs_starting_template
文件大小:106KB
文件格式:ZIP
更新时间:2024-05-22 04:27:36
JavaScript
AngularJS(1.x)起始模板 待办事项:将www文件夹转换为app文件夹 介绍 该存储库包含用于AngularJS(1.x)应用程序的支架。 这可以离子框架移动应用中使用。 但是,有些事情需要修改。 除了下面的内容外,还有很多其他内容。 有时间会更新。 注意:此初始模板在很大程度上遵循John Papa的风格指南,使其极为模块化。 此仓库中还有什么? 特定于AngularJS的: 在modules / core / components / common.service.js中 resetForm()-这将重置表单对象(将$ pristine设置为true并使表单内的对象为空-> {}) goToPage(stateName,hasRoot,toReload,stateParam)-这将根据状态名进入状态。 如果您只想重新加载当前页面,则只有toReload必须为true。
【文件预览】:
angularjs_starting_template-master
----app-settings.js(1014B)
----www()
--------modules()
--------main-view()
--------resources()
----sample-module()
--------sample.service.js(652B)
--------sample.js(1KB)
--------sample.html(19B)
--------sample.service.data.js(0B)
--------sample.scss(36B)
--------sample.controller.js(835B)
----bower.json(700B)
----gulpfile.js(9KB)
----LICENSE(1KB)
----README.md(3KB)
----.bowerrc(31B)
----resources()
--------README.md(2KB)
----.gitignore(92B)
----package-lock.json(274KB)
----package.json(1KB)