Home  >  Q&A  >  body text

请问:angular.js加载不同内容时用不同的加载等待页面。

统一的载页面可以用factory('RequestInjector',[fucntion]);来实现。
哪么当应用在不同的地方需要加载不同的等待画页,angularjs里有没有特殊的方法

天蓬老师天蓬老师2734 days ago521

reply all(1)I'll reply

  • 黄舟

    黄舟2017-05-15 17:08:50

    You can write a command and place it on the public parent top-level page, such as index
    For example:

    <loading request-type="someType"></loading>

    Then you can use this command to generate corresponding loading templates when receiving different types to create a global loading screen.

    reply
    0
  • Cancelreply