Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMooreII committed Apr 2, 2015
1 parent db83043 commit dd98ee0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Terry Moore II",
"name": "angular-wysiwyg",
"description": "Angular WYSIWYG",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "https://github.com/TerryMooreII/angular-wysiwyg",
"main": "./dist/angular-wysiwyg.min.js",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-wysiwyg.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Requires:
}
function compileMenu() {
wysiwgGui.setCustomElements(scope.textareaCustomMenu);
var menuDiv = document.querySelector('div.wysiwyg-menu');
var menuDiv = element.children('div.wysiwyg-menu')[0];
menuDiv.appendChild(wysiwgGui.createMenu(scope.textareaMenu));
$compile(menuDiv)(scope);
}
Expand Down Expand Up @@ -480,7 +480,7 @@ Requires:
},
{
name: 'ng-class',
value: '{ active: isUnderline }'
value: '{ active: isUnderlined }'
}
],
data: [{
Expand Down
Loading

0 comments on commit dd98ee0

Please sign in to comment.