angular.module("rallly").run(["$templateCache", function($templateCache) {$templateCache.put("templates/about.html","
\n
Frequently Asked Questions
\n
\n Want to find out more about Rallly? Check out the FAQs below.\n

What is Rallly?

\n

\n Rallly is a collaborative scheduling service that makes deciding on a date fast and easy. In other words, Rallly helps you and your friends decide on a date to host an event.\n

\n

Why is it called Rallly?

\n

\n The name is derived from the proper spelling of the word, “rally”. The Webster dictionary defines rally as, “to muster for a common purpose” which accurately describes the goal of this service. The inproper spelling can be attributed to the difficulty of finding short and meaningful domain names.\n

\n

Who made this?

\n

\n Rallly was created by Luke Vella.\n

\n
\n"); $templateCache.put("templates/confirmmodal.html","
\n\n
\n
{{modal.title}}
\n
\n {{modal.message}}\n
\n
\n \n \n
\n
\n"); $templateCache.put("templates/editevent.html","
\n
\n\n
Edit Event
\n
\n You can makes changes to your existing event by changing the fields in the form below.\n
\n\n
\n\n
\n\n
\n\n
\n\n
\n
\n\n
\n\n
\n\n
\n\n
\n \n \n Done\n
\n\n
\n\n
\n\n
\n"); $templateCache.put("templates/event.html","
\n
\n
\n
\n
\n {{event.title}}\n Poll Closed\n Poll Open\n
\n
\n Created by {{event.creator.name}} • {{event.created | elapsed}}\n
\n
\n
\n \n
\n
\n
{{event.description}}
\n
\n Location:\n {{event.location}}\n
\n\n
\n
\n
\n\n
\n
\n Discussion\n
\n
\n You can discuss the event with your friends by leaving a comment below.\n
\n
\n\n
\n
\n
\n"); $templateCache.put("templates/home.html","
\n
\n \n
\n
\n Schedule an Event\n
\n
\n Want to host an event but can’t decide on a date? Click on the button below to start!\n
\n \n
\n"); $templateCache.put("templates/notfound.html","

Error 404

\n

Not Found

\n"); $templateCache.put("templates/notification.html","
\n
\n {{notification.title}}\n
\n
\n {{notification.message}}\n
\n
\n"); $templateCache.put("templates/directives/datePicker.html","
\n
\n
\n \n \n {{title}}\n \n \n
\n
\n
\n Sun\n
\n
\n Mon\n
\n
\n Tue\n
\n
\n Wed\n
\n
\n Thu\n
\n
\n Fri\n
\n
\n Sat\n
\n
\n
\n
\n {{day.date | date : \'d\' }}\n
\n
\n
\n
\n"); $templateCache.put("templates/directives/discussion.html","\n
\n
\n \n
\n
\n
\n \n
\n
\n
\n \n \n \n Make sure you fill in all the fields.\n \n
\n
\n
\n
\n"); $templateCache.put("templates/directives/poll.html","
\n
\n {{event.participants.length}} participants\n
\n
\n
\n
\n {{d | date: \'EEE\'}}\n
\n
\n {{d | date: \'d\'}}\n
\n
\n {{d | date : \'MMM\'}}\n
\n {{selectedDate($index)}}\n
\n
\n
\n\n
\n
\n
\n
\n
\n
\n \n \n \n \n {{participant.name}}\n
\n
\n \n \n \n
\n
\n
\n \n \n \n \n
\n
\n
\n
0}\">\n
\n
\n \n \n \n {{example.name}}\n
\n
\n \n \n
\n
\n\n
\n
\n
\n
\n Fill in the form below to get started\n
\n
\n
\n
\n
\n
\n \n \n \n \n
\n
\n \n
\n
\n
\n \n
\n
\n
\n
\n"); $templateCache.put("templates/directives/timePicker.html","
\n
\n
\n
\n {{date | date: \'EEE\'}}\n
\n
\n {{date | date: \'d\'}}\n
\n
\n {{date | date : \'MMM\'}}\n
\n \n
\n
\n
\n \n
\n
\n"); $templateCache.put("templates/form/dateForm.html","
\n
Choose Dates
\n \n
\n
\n
\n
\n \n \n You need to select a few dates\n \n
\n\n
\n
\n
\n
\n"); $templateCache.put("templates/form/eventForm.html","
\n
Event Details
\n
\n
\n
\n
\n
\n \n \n {{errors.title}}\n \n \n
\n
\n
\n
\n \n \n {{errors.location}}\n \n \n
\n
\n
\n
\n
\n \n \n
\n
\n
\n"); $templateCache.put("templates/form/participantsForm.html","
\n
Invite Participants
\n
\n
\n
\n
\n \n \n \n\n
\n
\n
\n"); $templateCache.put("templates/form/settingsForm.html","
\n
Settings
\n
\n
\n
\n
\n
\n Poll Status\n
\n
\n Let people vote on the poll.\n
\n
\n
\n
\n {{event.isClosed ? \'Closed\' : \'Open\' }}\n
\n
\n
\n
\n
\n
\n
\n
\n Notifications\n
\n
\n Send email notifications to the creator of this event.\n
\n
\n
\n
\n {{event.creator.allowNotifications ? \'Enabled\' : \'Disabled\' }}\n
\n
\n
\n
\n
\n
\n
\n
\n Delete Event\n
\n
\n Once you delete an event it will no longer be accessible.\n
\n
\n
\n \n
\n
\n
\n\n"); $templateCache.put("templates/form/timeForm.html","
\n
Choose Times
\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n\n \n Time 1\n \n Time 2\n \n Time 3\n
\n
\n
\n {{d.date | date: \'EEE\'}}\n
\n
\n {{d.date | date: \'d\'}}\n
\n
\n {{d.date | date : \'MMM\'}}\n
\n \n
\n
\n \n
\n
\n"); $templateCache.put("templates/form/userForm.html","
\n
Your Details
\n
\n
\n
\n
\n
\n \n \n {{errors.name}}\n \n \n
\n
\n
\n
\n \n \n {{errors.email}}\n \n \n
\n
\n
\n
\n"); $templateCache.put("templates/newEvent/datetime.html","
\n\n
\n\n
\n \n \n
\n"); $templateCache.put("templates/newEvent/general.html","
\n\n
\n\n
\n\n
\n\n
\n \n
\n"); $templateCache.put("templates/newEvent/invite.html","
\n
\n
Summary
\n
\n
\n
\n
\n
\n Your Name\n
\n
\n {{event.creator.name}}\n
\n
\n
\n
\n Email\n
\n
\n {{event.creator.email}}\n
\n
\n
\n
\n Title\n
\n
\n {{event.title}}\n
\n
\n
\n
\n Location\n
\n
\n {{event.location}}\n
\n
\n
\n
\n Description\n
\n
{{event.description}}
\n
\n
\n
\n Dates\n
\n
\n
    \n
  • \n
    \n
    \n {{d | date: \'EEE\'}}\n
    \n
    \n {{d | date: \'d\'}}\n
    \n
    \n {{d | date : \'MMM\'}}\n
    \n
    \n
  • \n
\n
\n
\n
\n
\n
\n
\n\n
\n\n
\n \n \n
\n"); $templateCache.put("templates/newEvent/layout.html","
\n\n
Schedule a New Event
\n
\n Fill in the form below to create your event and share it with your friends and colleagues.\n
\n
    \n
  1. 1 }\">\n General Details\n
  2. \n
  3. 2 }\">\n Dates & Times\n
  4. \n
  5. 3 }\">\n Create & Send\n
  6. \n
\n
\n
\n\n
\n
\n
\n"); $templateCache.put("templates/newEvent/success.html","
\n
\n \n
\n
Event Created
\n
\n Your event has been created successfully! You should receive an email shortly with instructions to verify your email address.\n
\n
\n
\n
\n \n GO\n
\n
\n");}]);