Questions tagged as 'angular-ui'

3
answers

Conditional phone mask (8 or 9 digits) in Ui Mask. How to make?

I'm using ui.mask to make the input masks. I have a form whose field can receive either a value from a phone or a cell phone. I currently have a input similar to this: <input type="text" ng-model="cliente.telefone" name="...
asked by 24.01.2017 / 17:22
1
answer

uibModal does not show items in ng-repeat

I'm using $uibModal to show a list of options for the user, but it's not appearing in the modal. Controller app.controller("ConsultaFiltroController", function($scope, $http, $uibModal, $log) { $scope.items = ['Em Análise', 'Pend...
asked by 20.09.2016 / 02:22
1
answer

Dropdown in the modal does not see scope of the controller Angular JS 1.5

Good morning. The problem is this, I have a news feed page and inside it I use a Modal Angular UI - Modal to display information for a specific post. I have a DropDown with two options, "Delete" and "Edit". DropDown <div class=...
asked by 05.01.2017 / 13:56
1
answer

filter a list just by the beginning of the word Angularjs

I have an input (multiple selection), I'm using the ui-select lib, I get a list of city and I need to filter them, the problem is that the filter of angularjs filters the whole word, I need to filter the beginning of the word. Search exampl...
asked by 16.04.2018 / 16:37