Skip to content
This repository was archived by the owner on Jul 10, 2021. It is now read-only.

Commit d681db5

Browse files
cleaned up state for finished application
1 parent 2bc556b commit d681db5

20 files changed

+17
-273
lines changed

.DS_Store

6 KB
Binary file not shown.

LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

app/.DS_Store

6 KB
Binary file not shown.

app/css/.gitkeep

Whitespace-only changes.
File renamed without changes.

app/img/.gitkeep

Whitespace-only changes.

app/index.html

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,27 @@
33
<!--[if IE 7]> <html lang="en" ng-app="readingList" class="no-js lt-ie9 lt-ie8"> <![endif]-->
44
<!--[if IE 8]> <html lang="en" ng-app="readingList" class="no-js lt-ie9"> <![endif]-->
55
<!--[if gt IE 8]><!--> <html lang="en" ng-app="readingList" class="no-js"> <!--<![endif]-->
6-
<head>
7-
<meta charset="utf-8">
8-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9-
<title>AngularJS Reading List</title>
10-
<meta name="description" content="">
11-
<meta name="viewport" content="width=device-width, initial-scale=1">
12-
<!-- Delete unused Style links and add in bootstrap -->
6+
<head>
7+
<meta charset="utf-8">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9+
<title>AngularJS Reading List</title>
10+
<meta name="description" content="">
11+
<meta name="viewport" content="width=device-width, initial-scale=1">
12+
<!-- Delete unused Style links and added in bootstrap -->
1313

14-
<link rel="stylesheet" href="css/bootstrap.min.css">
15-
<link rel="stylesheet" href="css/app.css"/>
14+
<link rel="stylesheet" href="css/bootstrap.min.css">
15+
<link rel="stylesheet" href="css/style.css"/>
1616

17-
</head>
17+
</head>
1818

19-
<body ng-app="readingList">
20-
<!-- Add your site or application content here -->
21-
<div class="container" ng-include="'partials/app.html'">
19+
<body ng-app="readingList">
2220

23-
</div>
24-
<!-- Delete ngView Directive- tis for routing -->
21+
<!-- Add your site or application content here -->
22+
<div class="container" ng-include="'partials/app.html'"></div>
2523

26-
<!-- Take out Scripts we are not using -->
27-
<script src="bower_components/angular/angular.js"></script>
28-
<script src="bower_components/angular-route/angular-route.js"></script>
29-
<script src="js/app.js"></script>
24+
<script src="bower_components/angular/angular.js"></script>
25+
<script src="bower_components/angular-route/angular-route.js"></script>
26+
<script src="js/app.js"></script>
3027

31-
32-
</body>
28+
</body>
3329
</html>

app/js/controllers.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

app/js/directives.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

app/js/filters.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/js/services.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

app/partials/.gitkeep

Whitespace-only changes.

app/partials/books.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

test/e2e/scenarios.js

Lines changed: 0 additions & 42 deletions
This file was deleted.

test/karma.conf.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

test/protractor-conf.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

test/unit/controllersSpec.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/unit/directivesSpec.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

test/unit/filtersSpec.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

test/unit/servicesSpec.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)