I have implemented this plugin but when applying ssn-input, everything works but the bound value is undefined
my HTML is
<input type="text" name="ssn" ng-model="driverData.ssn" placeholder="XXX-XX-XXXX" required="" ssn-input>
the driverData.ssn is undefined. If I remove ssn-input then it works fine but I need masking.
I have implemented this plugin but when applying
ssn-input, everything works but the bound value is undefinedmy HTML is
<input type="text" name="ssn" ng-model="driverData.ssn" placeholder="XXX-XX-XXXX" required="" ssn-input>the
driverData.ssnis undefined. If I removessn-inputthen it works fine but I need masking.