UNPKG

angular-busy-plus

Version:

> Show busy/loading indicators on any $http or $resource request, or on any promise.

14 lines (10 loc) 222 B
define([ "../core" ], function( jQuery ) { // Support: Android 2.3 // Workaround failure to string-cast null input jQuery.parseJSON = function( data ) { return JSON.parse( data + "" ); }; return jQuery.parseJSON; });