Newer
Older
vmk-demo-bot / frontend / node_modules / browser-sync-ui / templates / config.item.tmpl
@eugene-sukhodolskiy eugene-sukhodolskiy 18 days ago 221 bytes init
.when('%path%', {
    templateUrl:  '%template%',
    controller:   '%controller%',
    controllerAs: 'ctrl',
    resolve: {
        options: ['Options', function(opts) {
            return opts.all();
        }]
    }
})