Skip to content

Multiple templateUrls #126

Description

@smohammedyasin

hello,

is it possible to use multiple templateUrls based

currently i try to access using below code. but not working,

 var Div1= blockUI.instances.get('Div1');
            //stop all playing before load
            Div1.start({
                    templateUrl: '/Scripts/pages/loading.html'
                });
       $timeout(function() {
  // Stop the block after some async operation.
                Div1.stop();
           }, 1000);

 var Div2= blockUI.instances.get('Div2');
            //stop all playing before load
            Div2.start({
                    templateUrl: '/Scripts/pages/loading2.html'
                });
       $timeout(function() {
  // Stop the block after some async operation.
                Div2.stop();
           }, 1000);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions