I am creating a custom AngularJS directive, and when I want to use DI from directive function ($parse service in this case), I cannot retrieve it:

This seems to me weird, because my code is here very similar to the provided documentation on custom directive: https://docs.angularjs.org/guide/directive chapter "Creating a Directive that Manipulates the DOM" for example
Am i doing something wrong ??...
Thanks