Mohammed Gadi

Results 3 comments of Mohammed Gadi

Kindly Check that you are referencing the directive lib in scripts section. After that, Add the directive in the module like this: `angular.module('courses', [ 'angularUtils.directives.dirPagination'])` as I can see your...

@corientdev how to implement your code for blacklisting URL ?? Actually, I don't want to show the loader when I am making asyc request for autocomplete textbox. I tried implementing...

@corientdev I made a little tweak to your code. In function **isUrlOnWhitelist** I placed the ``` for (var j = blackdomains.length; j--;) { if (url.indexOf(blackdomains[j]) !== -1) { return false;...