mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-27 13:17:51 +02:00
Updated event form to allow for time input
This commit is contained in:
parent
47b60296eb
commit
6d81b21ed1
32 changed files with 456 additions and 88 deletions
|
@ -3,7 +3,7 @@ angular.module('rallly')
|
|||
var id = $state.params.id;
|
||||
// Get Event
|
||||
$scope.event = Event.get({id:id}, function(data){
|
||||
// Set the page title to the event title
|
||||
// Set the page title to the event title
|
||||
Title.set($scope.event.title);
|
||||
// Generate event url - i.e. http://rallly.co/jF9F_Fd
|
||||
$scope.eventUrl = $state.href('event', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue