Here is a code fragment of a directive that I am using in my app. It’s a bit different than in your example:
ngjqxsettings.js
app.directive(‘ngJqxsettings’, function ($interval, dateFilter) {
…
I changed it because I have a different main page.
Am I doing this correctly?
Thanks