i am newbie in angularjs..
This is my form field:
input type="time" ng-model=mytime
The input type time gives me HH:MM: PM/AM from the above syntax.
I want to get the value of the field one by one using angular js. how do I get my HH value using angular js ??
Also is there any way to integrate camera plugin using angularjs?
Please help.