Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| /** | |
| * Use Croppie for a simple image cropping. | |
| * @see https://github.com/Foliotek/Croppie | |
| * @example | |
| * <lh-croppie src="cropped.source" ng-model="cropped.image"></lh-croppie> | |
| */ | |
| angular.module('lingohubApp').directive('lhCroppie', function () { | |
| return { | |
| restrict: 'E', | |
| scope: { |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.