I have added Angular block Ui 0.2.2 version but it is not working. It shows error:
Cannot read property 'blockUI' of null
Error in console
Code
sampleclick()
{
this.blockUI.start("My custom message");
this.$timeout(function()
{
this.blockUI.stop();
}, 2000);
}
I am using angular 1.5