angular.module("demo", ["oc.lazyLoad"]) .controller("AppCtrl", function ($injector, $ocLazyLoad) { var app = this; app.click = function ...
確定! 回上一頁