Skip to content

Supports angular expressions in ckeditor attribute - #48

Open
cspotcode wants to merge 1 commit into
esvit:masterfrom
cspotcode:allow-ng-expressions
Open

Supports angular expressions in ckeditor attribute#48
cspotcode wants to merge 1 commit into
esvit:masterfrom
cspotcode:allow-ng-expressions

Conversation

@cspotcode

Copy link
Copy Markdown
  • uses $scope.$eval when accessing the value specified by the ckeditor attribute
  • supports use cases like the following:
<textarea ckeditor="myController.ckEditorOptions">
<textarea ckeditor="getCkEditorOptions()">

- uses $scope.$eval when accessing the value specified by the ckeditor attribute
- supports use cases like the following:
    <textarea ckeditor="myController.ckEditorOptions">
    <textarea ckeditor="getCkEditorOptions()">
@cspotcode

Copy link
Copy Markdown
Author

Looks to be functionally identical to #25 and #23

@diogotrentini

Copy link
Copy Markdown

+1

@mRoca

mRoca commented Dec 8, 2015

Copy link
Copy Markdown

Ping @esvit : anything blocking this PR ? Seems good to me, but we can upgrade the PR if needed (this PR or the #23 one).

@daric81

daric81 commented Dec 16, 2015

Copy link
Copy Markdown

+1 I need this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants