Most voted "angular-ui" questions
4 questions
Sort by count of
-
4
votes3
answers10819
viewsConditional phone mask (with 8 or 9 digits) in Ui Mask. How to do?
I’m using the ui.mask to make the masks of inputs. I have a form whose field can receive both a value from a phone and a mobile phone. I have one currently a input similar to this: <input…
-
1
votes1
answer103
viewsuibModal does not show the items in ng-repeat
I’m using $uibModal to display a list of options for the user, but is not appearing in the modal. Controller app.controller("ConsultaFiltroController", function($scope, $http, $uibModal, $log) {…
angularjs bootstrap modal angular-ui angular-ui-bootstrapasked 8 years, 2 months ago Luiz Fábio 333 -
0
votes1
answer289
viewsDropdown in modal does not see Switch controller Angular JS 1.5
good morning. The problem is this, I have a news feed page and within it I use a Modal Angular UI - Modal to show the information of a specific post. Until then everything quiet, the information and…
angularjs modal angularjs-scope angular-ui-bootstrap angular-uiasked 7 years, 10 months ago Mikael Hadler 46 -
0
votes1
answer73
viewsfilter a list only by the beginning of the word Angularjs
I have an input (multiple selection), I am using lib ui-select, I get a city list and need to filter them, the problem is that the Angularjs filter filters the whole word, I need to filter the…