Skip to content

Commit

Permalink
style: add Bootstrap 4 styling to context menu
Browse files Browse the repository at this point in the history
Refers to #74
  • Loading branch information
josetaira committed Oct 1, 2017
1 parent aed7a90 commit bf7ec94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-bootstrap-contextmenu",
"version": "1.0.0",
"version": "1.0.1",
"main": [
"contextMenu.js"
],
Expand Down
1 change: 1 addition & 0 deletions contextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ angular.module('ui.bootstrap.contextMenu', [])
}

$a.css($anchorStyle);
$a.addClass('dropdown-item');
$a.attr({ tabindex: '-1', href: '#' });

var textParam = item[0];
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-bootstrap-contextmenu",
"version": "1.0.0",
"version": "1.0.1",
"description": "Angular Bootstrap Context Menu",
"main": "contextMenu.js",
"scripts": {
Expand All @@ -20,7 +20,9 @@
],
"author": "Austin Andrews",
"contributors": [
{ "name": "Jose Taira" }
{
"name": "Jose Taira"
}
],
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit bf7ec94

Please sign in to comment.