Bones/node_modules/browser-sync-ui/templates/config.item.tmpl
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

10 lines
221 B
Cheetah

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