Top "Angular-ngmodel" questions

Used in Angular.

setViewValue in directive on input not updating actual visible input value

I've been fighting with this for almost two days. I hope you guys can help me. Summary: I have problems …

angularjs angularjs-directive angular-ngmodel
AngularJS ng-options default selected option

How can you set a default option with ng-options? I've set this in the controller (using the controller as syntax): …

javascript angularjs ng-options angular-ngmodel
How to detect bootstrap datetimepicker change events within angular2

I am using the bootstrap datetimepicker in angular 2 https://eonasdan.github.io/bootstrap-datetimepicker/ In my template i have: <div …

angular angular-ngmodel bootstrap-datetimepicker
How to bind the src of an image to ng-model and extract it in Angular?

I want to bind the source of an image to the source of another image. In the end result, the …

angularjs image angular-ngmodel
AngularJS checkbox filter

I would like to filter the results. There is a list of wines, my wish is when no checkbox is …

angularjs checkbox angularjs-directive angular-ngmodel angular-filters
How to retrieve the value from textbox using AngularJs?

$scope.add=function() { //How to retrieve the value of textbox } <input type='text'><button ng-click='add()'&…

javascript angularjs angularjs-controller angularjs-ng-click angular-ngmodel
How can I make angularjs ngChange handler be called only when user finishes typing

I have an input field, where I want to apply the variant of ngChange. The input field is sort of …

angularjs angularjs-ng-change angular-ngmodel
How to set the initial value of ng-model to an empty string in angularjs?

I want to be able to set my initial value for an attribute of my model as such <input …

javascript angularjs angular-ngmodel
Dynamic ng-model name in AngularJS form

I have an AngularJS form where I'm using ng-repeat to build the fields of the form dynamically based on another …

angularjs angular-ngmodel