UNPKG

cronapp-framework-js

Version:
1 lines 169 B
angular.module("MyApp").directive("dateFormat",function(){return{require:"ngModel",link:function(a,b,c,d){d.$formatters.push(function(a){return a?new Date(a):null})}}});