Top "Angular-ngmodel" questions

Used in Angular.

angularjs: custom directive to check if a username exists

I have my registration form with textbox username. I want to do is when the user enter the username, the …

angularjs angularjs-directive angular-ngmodel
ng-model does not trigger change event

A framework I am using (jQuery Mobile) listens for the change event of textareas to change the markup. This is …

javascript angularjs angular-ngmodel
Binding both value and text in select dropdown in angular.js

I have this dropdown in my page <select ng-options="col.col_id as col.col_name for col in …

javascript angularjs ng-options angular-ngmodel
two way binding not working with ng-repeat

I have a simple ng-repeat list, in which i am assigning current list item value to another property on the …

javascript angularjs ng-repeat angular-ngmodel 2-way-object-databinding
Update AngularJS ng-model only on keypress enter?

I have this input field I am using for a search: <input id="search_input" type="text" ng-model="filter.…

angularjs angular-ngmodel
ng-model and value combination not working for input text box

I'm having two input text box. I need to combine the values entered in two text boxes and display it …

javascript angularjs input angular-ngmodel
Angular2 data binding for custom reusable component

I want to have a template consisting of a label and textbox. This template can be reused at different places …

angular angular-ngmodel angular2-template angular2-forms
How to set default selected values in multiselect with ngModel in Angular 2

How to set default selected values in multiselect. I get current_options and all_options from database and I want …

angular angular-ngmodel angular2-ngmodel ngmodel
How to use an object as ng-value of a radio button?

Is there any way to use an object for ng-value of a radio button? Imagine you have a radio button …

javascript angularjs angular-ngmodel
Binding two inputs to the same model

As demonstrated in this plunker, I'd like to have an <input type="number"/> <input type="range"/> …

angularjs angular-ngmodel