This issue is a bit related to #6394. I have created a small plunker which describes the problem
http://plnkr.co/edit/xFJuCyYaRexnbn0nk5zX
The Input "@input() mydraggable: string;" is not really necessary because the directive needs no input. But the selector alone isn't sufficient. If I uncomment the @input the directive stops to work.
This issue is a bit related to #6394. I have created a small plunker which describes the problem
http://plnkr.co/edit/xFJuCyYaRexnbn0nk5zX
The Input "@input() mydraggable: string;" is not really necessary because the directive needs no input. But the selector alone isn't sufficient. If I uncomment the @input the directive stops to work.