-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
require: ['dhLayers'],
controller: dh.layer.layersDirectiveCtrl,
controllerAs: 'layersCtrl',
I want to use require: ['dhLayers','^?dhLayers'],
So that ctrls in link method => ctrls[0] == current layers control, ctrls[1] == parent layers control.
Instead the result I get is ctrls[0] is equal to ctrls[1] and the value represent the current directive controller.
Metadata
Metadata
Assignees
Labels
No labels