Files
dogs/node_modules/browser-sync-ui/templates/config.item.tmpl
ChloeChen0423 7c63f2f07b 前端代码
2025-05-12 16:42:36 +09:00

10 lines
221 B
Cheetah

.when('%path%', {
templateUrl: '%template%',
controller: '%controller%',
controllerAs: 'ctrl',
resolve: {
options: ['Options', function(opts) {
return opts.all();
}]
}
})