Fish Tracker
{{ authUser.displayName }}
My Catches
All Catches
Logout
Login With Facebook
{{ catchObj.type }}
{{ catchObj.catcher }} • {{ catchObj.timestamp | formatDate }}
Weight:
{{ catchObj | displayCatchWeight }}
Location:
{{ catchObj.location || 'Not set' }}
{{ totalCatchWeight }}
Nobody's caught anything yet. I guess the fish are smarter than you.
{{ catchObj.type }}
{{ catchObj.timestamp | formatDate }}
Edit
Weight:
{{ catchObj | displayCatchWeight }}
Location:
{{ catchObj.location || 'Not set' }}
You've caught
{{ totalCatchWeight }}
You haven't caught anything... slacker.
{{ editingCatch ? "Edit Catch from " + editingCatch.date + " @ " + editingCatch.time : "Add a New Catch" }}
Catch Weight
lbs
This field must be an integer
oz
This field is required
This field must be an integer
This field must be greater than 0
Type of Catch
Select a type
{{ type }}
This field is required
Location of Catch
Select a location
{{ type }}
This field is required
Date of Catch
This field is required
Time of Catch
Select a time
{{ time }}
This field is required
Photo of Catch
{{ form.catchPhotoFilename || 'Choose file' }}
Edit Catch
Add Catch
{{ editingCatch ? 'Cancel' : 'Reset' }}
Delete