Hi, ive got this input that i want to remove the seconds and milliseconds 
from and format as 12 hour.

          <input ng-change="changeTimeBehaviours()" ng-model="booking.time" 
type="time" >

i cant workout how to do it using the ng-model.

im using 

{{booking.time | date:"h:mma"}}

in another location and its working perfectly, but i cant use that syntax 
in the ng-model

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to