Questions tagged [angularjs-select]

AngularJS Core `

Resources

113 questions
1
vote
1 answer

Select doesn´t recognise ng-change

I have a "select" using ng-options. It has 4 "periods". After an event is triggered, this happens: if ($scope.periods.length <= 4) { $scope.periods.push({ IdPeriod: 6, Description: "PERSONALIZADA" }); } setTimeout(() => { …
1
vote
1 answer

Remove filter when user selects default value in select

I have some issue with default angularjs filter feature. When the data load first time the data is loading without any filter applied.That is expected and when I selects from the drop down the filter working as expected with the filtered data.But…
1
vote
1 answer

Unable to set default value for angularjs select when using watch

View
1
vote
0 answers

Malfunctioning Select option dropdowns while using ngRepeat (or ngOptions), ngModel, ngChange and ngSelected altogether

I have a smart table with a column containing Select options (drop-down) based on one object and it's selected option based on a different JSON object. So I use ng-repeat to repeat all option values and ng-selected with another object that will mark…
Prakash M.
  • 479
  • 8
  • 26
1
vote
1 answer

ng-option showing two empty options while group by empty value

I have made dropdown with ng-option and added grouping. Data contains empty string for some opting on which i have added grup by. It show two empty nodes in dropdown. Need to remove those two empty nodes from dropdown angular.module('selectExample',…
Gagan
  • 130
  • 9
1
vote
4 answers

AngularJS - Value on a dropdown list not binding to ng-model if no changes are being made

Please see my plunkr here https://plnkr.co/edit/QRQQmxf3ZDyh6o0CqtrD?p=preview I have a from with a dropdown list that gets populated as shown below:
aliaz
  • 787
  • 3
  • 12
  • 28