You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the times that appear under the paragraph on the sign-in page are static HTML content. Since these have changed year over year, let's update them to be backed by a piece of data.
Alter the Firebase PollingState property to contain an array of pollingPeriod objects. The pollingPeriod object should contain a name, a start time, and an end time.
name [String], example: "Morning Voting"
start time [String], example: "8:00am"
end time [String], example: "9:15am"
Add a pollingPeriod object for both periods.
Update the
tag and it's children with the appropriate Angular ng-repeat and expression language.
The text was updated successfully, but these errors were encountered:
Currently, the times that appear under the paragraph on the sign-in page are static HTML content. Since these have changed year over year, let's update them to be backed by a piece of data.
Alter the Firebase PollingState property to contain an array of pollingPeriod objects. The pollingPeriod object should contain a name, a start time, and an end time.
tag and it's children with the appropriate Angular ng-repeat and expression language.
The text was updated successfully, but these errors were encountered: