Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Commit

Permalink
remove calling api
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkie committed Apr 6, 2017
1 parent 1894e5c commit a2484f0
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 557 deletions.
4 changes: 0 additions & 4 deletions 00-Starter-Seed/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
.when('/login', {
controller: 'loginController',
templateUrl: 'components/login/login.html'
})
.when('/ping', {
controller: 'pingController',
templateUrl: 'components/ping/ping.html'
});
}

Expand Down
25 changes: 0 additions & 25 deletions 00-Starter-Seed/components/ping/ping.controller.js

This file was deleted.

8 changes: 0 additions & 8 deletions 00-Starter-Seed/components/ping/ping.html

This file was deleted.

2 changes: 0 additions & 2 deletions 00-Starter-Seed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="#/">Home</a></li>
<li ng-if="isAuthenticated"><a href="#/ping">Ping</a></li>
<li ng-if="!isAuthenticated"><a href="#/login">Log In</a></li>
<li ng-if="isAuthenticated"><a href="#/" ng-click="authService.logout()">Log Out</a></li>
</ul>
Expand All @@ -46,7 +45,6 @@
<script type="text/javascript" src="app.run.js"></script>
<script type="text/javascript" src="components/home/home.controller.js"></script>
<script type="text/javascript" src="components/login/login.controller.js"></script>
<script type="text/javascript" src="components/ping/ping.controller.js"></script>
<script type="text/javascript" src="components/auth/auth.service.js"></script>
</body>
</html>
4 changes: 0 additions & 4 deletions 08-Calling-Api/.gitignore

This file was deleted.

114 changes: 0 additions & 114 deletions 08-Calling-Api/README.md

This file was deleted.

61 changes: 0 additions & 61 deletions 08-Calling-Api/app.js

This file was deleted.

33 changes: 0 additions & 33 deletions 08-Calling-Api/app.run.js

This file was deleted.

3 changes: 0 additions & 3 deletions 08-Calling-Api/auth0-variables.js.example

This file was deleted.

29 changes: 0 additions & 29 deletions 08-Calling-Api/bower.json

This file was deleted.

68 changes: 0 additions & 68 deletions 08-Calling-Api/components/auth/auth.service.js

This file was deleted.

Loading

0 comments on commit a2484f0

Please sign in to comment.