Posts by Daniel Teixeira • 61 points
3 posts
-
0
votes1
answer25
viewsA: Failed to apply currency mask on an if inline
Hello, in the code you are adding the mask to the currency but not inserting the condition else, then to ask any questions goes an example using parentheses () to limit the condition:…
-
1
votes1
answer318
viewsA: Dropdown already selected
to preload the ui-select with some value just assign the list to the ng-model variable in the controller: var legalEntities = [{Name: 'nameDaEntity'}]; $scope.SelectedItem.LegalEntity =…
-
2
votes2
answers412
viewsA: Filter Images by Category with Angularjs Checkbox
Hello, I redid your code by adding a lib and creating a filter to solve both problems. angular.module('ionicApp', ['ionic','angular.filter']) .controller('MainCtrl', function($scope) { $scope.filtro…