This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.5k
ng-model doesn't work in an <input> that uses a directive with isolated scope #3271
Comments
Duplicate of #1924 |
Humm, using $parent is good enough for me. Thanks! |
Hi, I can't get ng-model value. app.directive('calendar', function () {
app.directive('timePicker', function () {
}) |
this is fixed in the last release. try the jsfiddle with 1.2.2 and it works perfectly |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an isolated-scope directive called 'adirective':
I can use this directive in an
<input>
.If I try to bind to this input with ng-model, the binding doesn't work.
Here's a fiddle that reproduces the problem.
http://jsfiddle.net/tonylampada/SRBk2/1/
I can see the same behaviour in 1.1.5.
Is this expected?
The text was updated successfully, but these errors were encountered: