Incorporating angular/ui-mask into my current project has been helpful, but now I am looking for a way to mask IP address ranges (ex. 192.168.70.18/20). Here is what I have so far:
<input ng-model="address" ui-mask="9?9?9.9?9?9.9?9?9.9?9?9/9?9" ui-mask-placeholder-char="_" placeholder="" ng-disabled="disabled">
The issue is that it only allows me to enter one specific IP address: 192.168.125.254
Here is the link to my jsFiddle page for reference: http://jsfiddle.net/Sheinar/Lvc0u55v/6133/