0
I’m having a problem with my directive, she gets one ngModel
to insert a value that exists in a text field within it, but when that model already comes with some value it simply disappears with it.
Basically what I want is to pass the ngModel
for my directive, if there is any value in the model it insert in the text field, and any modification of the field it modify in the model.
Put the code that is in trouble.
– Vinícius Gobbo A. de Oliveira