Skip to content

Commit

Permalink
Prepped for release 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryradack committed Feb 8, 2018
1 parent 7eb82da commit 12f1526
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion public/controllers/inputController.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ app.controller('inputControl', ['$scope', '$http', '$rootScope', '$mdDialog', fu

}
//test stuff, not real important to keep
/*
$scope.numberOfUsers = function(){
var rootRef = db.collection("/users/");
var number = rootRef.get()
Expand Down Expand Up @@ -470,5 +471,5 @@ app.controller('inputControl', ['$scope', '$http', '$rootScope', '$mdDialog', fu
$scope.numberOfEvents();
$scope.numberOfTeams();
$scope.numberOfUsers();
//*****************************************
//*****************************************/
}]);
9 changes: 6 additions & 3 deletions public/views/about.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<h1>About the ScoutingFRC Team</h1>
<a href='https://github.com/RSchneyer/scoutingfrc/blob/master/README.md'>About us</a>
<br>
<p>For now, more information about us can be found at our github: <a href='https://github.com/RSchneyer/scoutingfrc/blob/master/README.md'>About us</a></p>
<br>
<p>Email us any questions/suggestions at scoutingfrcweb@gmail.com</p>
<br>


<p>v0.3.0 as of 1/29/2018</p>
<p>v0.4.0 as of 2/7/2018</p>

0 comments on commit 12f1526

Please sign in to comment.