angular-summernote
angular-summernote copied to clipboard
Problem with integrating using controller context
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
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.
Can you atleast try to put a comment how to make it work my project is on hold because of this.
Thanks Anyway