我有這樣的路線設(shè)置:var myApp = angular.module('myApp', []). config(['$routeProvider', function ($routeProvider) { $routeProvider. when('/landing', { templateUrl: '/landing-partial', controller: landingController }). when('/:wkspId/query', { templateUrl: '/query-partial', controller: queryController }). otherwise({ redirectTo: '/landing' });}]);我希望能夠讓angularjs在開始時下載部分內(nèi)容,而不是在請求時下載??赡軉??
- 3 回答
- 0 關(guān)注
- 539 瀏覽
添加回答
舉報
0/150
提交
取消