Skip to content

Commit 8e250b8

Browse files
committed
Merge pull request #1 from sdicgdev/master
adding priority to directive
2 parents 2ebfd03 + 5bdaae7 commit 8e250b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-tinymce",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "This directive allows you to TinyMCE in your form.",
55
"author": "https://github.com/angular-ui/ui-tinymce/graphs/contributors",
66
"license": "MIT",

src/tinymce.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ angular.module('ui.tinymce', [])
77
uiTinymceConfig = uiTinymceConfig || {};
88
var generatedIds = 0;
99
return {
10+
priority: 10,
1011
require: 'ngModel',
1112
link: function (scope, elm, attrs, ngModel) {
1213
var expression, options, tinyInstance,

0 commit comments

Comments
 (0)