Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: subchen/angular-async-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tinybull/angular-async-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 17, 2016

  1. 路由设置

    当主模块的requires数组中没有声明依赖路由模块,而路由被主模块中的依赖所依赖,那么应该重新定义路由
    tiny committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    b630f72 View commit details
    Browse the repository at this point in the history
  2. 注册provider与运行runBlocks

    注册模块下的providers,在处理完_invokeQueue和_configBlocks后,再处理所有模块下注册的runBlocks
    tiny committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    4770b77 View commit details
    Browse the repository at this point in the history
Loading