用法
為了延遲載入檔案,將 $ocLazyLoad
服務注入控制器或其他服務
.controller('someCtrl', function($ocLazyLoad) {
$ocLazyLoad.load('path/to/file.js').then(...);
});
角度模組將自動載入到角度。
其他變化:
$ocLazyLoad.load([
'bower_components/bootstrap/dist/js/bootstrap.js',
'bower_components/bootstrap/dist/css/bootstrap.css',
'partials/template1.html'
]);
有關變體的完整列表,請訪問官方文件