You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am trying to detect when the input state changes, for example when it is undefined or when it has an image, something like "ng-change", is there any function like this?
Thanks for your time.
The text was updated successfully, but these errors were encountered:
$scope.$watch('files.length',function(newVal,oldVal){
if ( $scope.files && $scope.files[0] && $scope.files[0].lfFileName) {
// files has changed and has a valid entry to act on
}
});
Hi! I am trying to detect when the input state changes, for example when it is undefined or when it has an image, something like "ng-change", is there any function like this?
Thanks for your time.
The text was updated successfully, but these errors were encountered: