angular-summernote icon indicating copy to clipboard operation
angular-summernote copied to clipboard

Problem with integrating using controller context

Open lokopinagar opened this issue 7 years ago • 1 comments

My current structure of application require me to use controller context as I am using Component-based application architecture to bind data from controller to template. But when i try to set value or get value from the according to the method provided it does not get interpreted.

I want to get, set data using controller context, which is not working.

{{$ctrl.SetData}}

I am using this keyword as a way to declare variable and object in my controller instead of $scope.

Though simply putting a HTML in the tag works fine.

lokopinagar avatar Apr 04 '17 12:04 lokopinagar

Can you atleast try to put a comment how to make it work my project is on hold because of this.

Thanks Anyway

lokopinagar avatar Apr 08 '17 08:04 lokopinagar