Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
corrected with
Browse files Browse the repository at this point in the history
  • Loading branch information
flyacts GmbH committed Nov 3, 2014
1 parent 1899a30 commit 41c87ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ng-quill.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
}

// provide event to get recognized when editor is created -> pass editor object.
$scope.$broadcast('editorCreated', editor);
$scope.$emit('editorCreated', editor);

// set initial value
$scope.$watch(function () {
Expand Down
Loading

0 comments on commit 41c87ea

Please sign in to comment.