ember-anchor
ember-anchor copied to clipboard
$(`[data-anchor="${this.get(controllerProp)}"]`) should be $(`[data-${qp}="${controllerProp}"]`) as in _scrollToElemPosition
in here. Alternatively, I think the whole check can be removed and left to be handled at _scrollToElemPosition.