-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>AngularJS</title>
</head>
<body>
<h1>Hello AngularJS!!</h1>
<cite>Lectures and Assignments from <a href="https://www.coursera.org/learn/single-page-web-apps-with-angularjs">Coursera</a>.</cite>
<br />
<div>
<h2>Jasmine Unit Test</h2>
<cite>Following <a href="https://docs.angularjs.org/guide/unit-testing">Angular unit testing guide</a>.</cite>
<ul><li><a href="SpecRunner.html">Spec Runner</a></li></ul>
<h2>Week 1</h2>
<ul>
<li><a href="lectures/lecture04/index.html">Lecture 4</a></li>
<li><a href="lectures/lecture05/index.html">Lecture 5</a></li>
<li><a href="lectures/lecture06/index.html">Lecture 6</a></li>
<li><a href="lectures/lecture09/index.html">Lecture 9</a></li>
<li><b><a href="assignments/assignment1/index.html">Assignment 1</a></b></li>
</ul>
<h2>Week 2</h2>
<ul>
<li><a href="lectures/lecture14/index.html">Lecture 14</a></li>
<li><b><a href="assignments/assignment2/index.html">Assignment 2</a></b></li>
</ul>
</div>
</body>
</html>