Guys very late to this - I had a similar problem with the input blurring on 
each character press "track by $index" solved it for me  e.g. 

<div  ng-repeat="source in widget_data.widget track by $index">
            <div class="form-group"><label>Name</label> <input 
class="form-control" type="text" 
ng-model="source.content_type.metadata.name"></div>
        </div>


On Sunday, 4 November 2012 22:38:24 UTC, Flávio Atas Medeiros wrote:
>
> Hi Guys.
>
> I'm trying to solve this one but I can't find what I'm doing wrong: 
> http://jsfiddle.net/KGu9n/2/
>
> If you type something inside the input element you can only edit 1 char at 
> a time (but you can paste anything).
>
> Any ideas?
>
> Thank you.
>
>

-- 
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