Skip to content

Commit

Permalink
cleaning up index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jondejong committed Nov 24, 2015
1 parent 071ed16 commit 4a8c84d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3,991 deletions.
2 changes: 1 addition & 1 deletion ui/app/js/services/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function HomeService($http) {

service.get = function() {
return new Promise((resolve, reject) => {
// For local test development
//For local test development
//$http.get('http://localhost:5050/api/teams').success((data) => {

// For deployment to S3
Expand Down
2 changes: 1 addition & 1 deletion ui/app/views/home.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>Score Index Name: {{home.name}}</h1>
<h1>Score Index</h1>
<p>NCAA Men's basketball rankings based purely on scores through {{home.date}}</p>
<small>Source: <a href="https://github.com/jondejong/score-index">https://github.com/jondejong/score-index</a></small>

Expand Down
Loading

0 comments on commit 4a8c84d

Please sign in to comment.