Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. $scope.properties.originalInputVal=result;
  2. $('.value,.number').click(function(){
  3. if($scope.properties.inputKey && $scope.properties.inputKey.length==12){
  4. $scope.properties.originalInputVal = ''
  5. $scope.properties.inputKey = ''
  6. result=''
  7. $('.number').val('')
  8. $('.value').val('')
  9. $('.value').css({'color':'initial'})
  10. }
  11. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement