How to implement Angular in a custom form control

Thomas Seyssens asked on May 11, 2016 16:31

Hello,

We're making a custom form control to make sure our client can select a crop for a chosen picture. We have an angularJS cropper we would like to use inside this form control.

We already have the form control fields right, they are parsed right into XML. Is there some way we can add angular inside this form control so we can use this cropper?

Recent Answers


Roman Hutnyk answered on May 11, 2016 16:50

I'm sure I understand you issue/concern...

Add Angular files to you project and reference them either in your custom form control or in page (master) template.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.