UI Deploy

Curated, Short, Web UI Dev we Love.

Preventing duplicated requests in AngularJS

You know the case when you hit submit button quickly enough that it sends the form twice? Or when you hit submit button and it seems that nothing happens, so you click it once again and another request is being fired? Duplicated requests issue - you can experience it in both traditional web application as well as in modern so-called Single Page Applications.

view source

Advertisement