cbcrc / koco-router

Simple Knockout router
MIT License
2 stars 1 forks source link

Add a setting for the complete path of the activator in page registration options to override activator path convention #3

Closed RCMax closed 9 years ago

RCMax commented 9 years ago
router.registerPage('xyz', {
                withActivator: true,
                activatorPath: 'bower_components/koco-content-management/src/listing/content-list-page-activator'
            });