Santosh Kumar Adidawarpu
What is the use of angular.noop in Angular 1.*?
By Santosh Kumar Adidawarpu in Angular on Nov 16 2017
  • Santosh Kumar Adidawarpu
    Nov, 2017 16

    A function that performs no operations. function method(callback) {var result = calculateResult();(callback || angular.noop)(result); }method(angular.noop); // no callback method(alert(result)); // alert is a callback and alerts resultUseful in situations where we do not require a callback after doing some operation.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS