I created a directive to be able to share the dblClick event handling more easily between controllers:
Code - https://gist.github.com/rmaziarka/fa10d6314a7fc9797c2c
Post about this directive in my blog - http://radblog.pl/2016/03/double-click-on-kendo-grid-row-with-angular-directive/
I hope that it will help you :)