StackOverflow 文档 AngularJS 教程 延迟加载 准备项目以进行延迟加载 准备项目以进行延迟加载 Created: November-22, 2018 在你的索引文件中包含 oclazyload.js 之后,将 ocLazyLoad 声明为 app.js 中的依赖项 //Make sure you put the correct dependency! it is spelled different than the service! angular.module('app', [ 'oc.lazyLoad', 'ui-router' ]) 用法延迟加载