Posts by radamesrf • 21 points
1 post
- 
		2 votes3 answers10819 viewsA: Conditional phone mask (with 8 or 9 digits) in Ui Mask. How to do?The component should treat this case as well as other similar plugins. However, I have created a directive that solves your problem. Follow below: // no Controller $scope.cliente = { telefone: 0 }…