Skip to content

Commit d854f6c

Browse files
committed
Merge branch 'master' of github.com:ianwalter/ng-context-menu
2 parents 454e717 + 8e6cb94 commit d854f6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var app = angular.module('menu-demo', ['ngRoute', 'ng-context-menu'])
2828
</div>
2929
```
3030

31-
**Note:** Make sure your dropdown menu has ```css position: fixed```
31+
**Note:** Make sure your dropdown menu has the css property ```position: fixed```
3232

3333
#### Disabling the contextmenu
3434

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"homepage": "http://ianwalter.github.io/ng-context-menu/",
1717
"main": [
18-
"dist/js/ng-context-menu.min.js",
18+
"dist/ng-context-menu.min.js",
1919
"README.md"
2020
],
2121
"ignore": [

0 commit comments

Comments
 (0)