angular-block-ui
angular-block-ui copied to clipboard
Expose fluent (but mostly just chainable) api
This is purely for sugar, and the only value is an alternative but subjectively nicer API. I'm sure I'm not covering the full story here but how about an element api like so:
var fooBlock = blockUI.forInstance('fooBlock').start(); fooBlock.stop();
Thoughts?