angular-areas
angular-areas copied to clipboard
Angular Directive ( ng-areas ) that let you select and manipulate multiple areas on an image, create, edit, move them and resize them too.
I am using angular 6 and want to use this library. Is there any alternate version. Do you have any future plan to update this.
The array of aras is dynamic, and on click, the area which gets created needs to be a specific width and height. I have tried with following: First try: $scope.onAddArea...
Included package.json ready to publish in npm. You can test the install from my fork ```npm install https://github.com/jvictorsoto/angular-areas```
Error after minification. Just change the controller : function($scope, $element, $attrs) { for controller : ['$scope', '$element', '$attrs', function($scope, $element, $attrs) { and in line 903 change to: }],
Hey iam trying to hi-light 130 positions on image. The directive will kill the process, Please let me know how to solve the issue
I'm selecting an area on an image and outputting x, y width and height in a table to the right. My image is 600px * 260px. However despite my area...