McNull / angular-block-ui

AngularJS Block UI Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change block-ui default location

erickne opened this issue · comments

I tried to set in na specific div but it keeps showing in full screen. How can I use block-ui for all request (as default) but show only in <div class="content"></div>?

Hi,

You can relocate the main blockUI instance by setting autoInjectBodyBlock to false in the configuration and marking your custom element with block-ui="main".

See this plunker for more info.