Just a question here. I noticed that in my calendar, also the example given in the Ui Calendar page (http://angular-ui.github.io/ui-calendar/), the event block has strange values on it (4p, 8p, 12a), in which after checking out, its actually represents the event time. I didn't provide any time in my event object (and so do the examples in the Ui calendar page too), but it still display that 4p 8p 12a values on the event block.
How can i remove that event time values if in my event object, i didn't specify any time value to it, and i only want to display title or probably leave it empty just like that?