I am working on my first AngularJS project. I still love him, but now I hung up.
My project is structured in such a way that I have a single ng-view in my index.html, which is populated with a separate HTML template / partial base on the current route.
In one of the partitions, I would like to use the jQuery DateFormat plugin to format the SQLite datetime string, which is parsed in the template / partial, using the angular expression:
{{ find.addDate }}
I included a plugin with a script tag in index.html, and I thought it would be as easy as doing something like this in my template / partial:
{{ $.format.date(find.addDate, "dd/MM/yyyy") }}
Or maybe:
{{ angular.element.format.date(find.addDate, "dd/MM/yyyy") }}
( , ), , , . Googling , " angular" "jQuery plugin angularjs" .., , .
, angular.widget, , , 1.0+. , , .
, . !