Skip to content

Commit

Permalink
Fixed crashing issue and added some place-holder text.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryradack committed Jan 16, 2018
1 parent 91da503 commit bbf8230
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,6 @@ app.directive('counter', function() {
// Re-set the value as an integer.
setValue( scope.value );
};
};
}
};
});
4 changes: 3 additions & 1 deletion public/views/about.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<h1>About</h1>

<div>
<p>More content coming soon! If you can't wait, learn more about us <a href='https://github.com/RSchneyer/scoutingfrc'>here</a>!</p>
</div>
<!-- <div layout='row'> -->
<!-- <md-button class='md-raised' ng-click='counter = counter - 1'>-</md-button> -->
<!-- <md-input-container> -->
Expand Down
1 change: 1 addition & 0 deletions public/views/dashboard.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
<h1>DASHBOARD</h1>
<h4>More content coming soon!</h4>
<team-stats-card></team-stats-card>

0 comments on commit bbf8230

Please sign in to comment.