Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

ng-model does not work in #113

Open
usman250994 opened this issue Jun 11, 2017 · 1 comment
Open

ng-model does not work in #113

usman250994 opened this issue Jun 11, 2017 · 1 comment

Comments

@usman250994
Copy link

usman250994 commented Jun 11, 2017

When trying to get value of input time at form submission, ng-model is showing undefined. Can anyone tell me where to place ng-model. to get value at form submit Below is my work.

//one field of my form

<div class="clearfix">
			<div class="input-group clockpicker pull-center" data-placement="left" data-align="top" data-autoclose="true">
				<input type="text" class="form-control" ng-model="shift.eTime">
				<span class="input-group-addon">
					<span class="glyphicon glyphicon-time"></span>
				</span>
			</div>
		</div>
@omitobi
Copy link

omitobi commented Jun 15, 2017

You may try to use it on the input element alone without the input-group.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants