mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-04-27 15:09:22 +00:00
10 lines
221 B
Cheetah
10 lines
221 B
Cheetah
.when('%path%', {
|
|
templateUrl: '%template%',
|
|
controller: '%controller%',
|
|
controllerAs: 'ctrl',
|
|
resolve: {
|
|
options: ['Options', function(opts) {
|
|
return opts.all();
|
|
}]
|
|
}
|
|
}) |