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' ]) 用法延遲載入