Noah Harrison
Results
3
comments of
Noah Harrison
One option is to write a simple directive like this one, which looks for the `my-datepicker` attribute on an element and calls `fdatepicker()` on that element. ``` javascript angular.module('app') .directive('my-datepicker',...
Yes, that looks good -- thanks!