MyRepo-Ums/node_modules/browser-sync-ui/templates/config.item.tmpl
2024-01-19 11:09:11 +01:00

10 lines
221 B
Cheetah

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