文件名称:courses_AngularJS:一个学生名册应用程序,允许用户输入课程、选择特定课程并将学生添加到该课程
文件大小:300KB
文件格式:ZIP
更新时间:2024-06-29 09:31:05
JavaScript
##Developers Kyle Giard-Chase 和 Brian Kropff ##Date 2015 年 4 月 22 日 ##Description 一个学生名册应用程序,允许用户输入课程、选择特定课程并将学生添加到该课程。 ##Technologies 使用 Javascript 样式的程序 ##使用和编辑要使用该应用程序, 克隆仓库git clone https://github.com/k-giardchase/courses_AngularJS.git 将目录更改为文件夹courses_AngularJS 通过键入python -m SimpleHTTPServer启动 python 服务器 在您的 Web 浏览器中,导航到localhost:8000 ##Copyright (c) 2015 Kyle Giard-Chase 和 Brian Kropff
【文件预览】:
courses_AngularJS-master
----.gitignore(348B)
----app.js(1KB)
----services()
--------CoursesFactory.js(308B)
--------UtilitiesFactory.js(293B)
----css()
--------bootstrap.css(138KB)
----README.md(2KB)
----index.html(709B)
----lib()
--------angular-ui-router.js(153KB)
--------angular.js(938KB)
----controllers()
--------CoursesController.js(267B)
--------StudentsController.js(348B)
----partials()
--------courses.html(1007B)
--------courses.students.html(542B)
--------home.html(116B)