-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6405f20
commit 2257a49
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# angular-right-click changelog | ||
|
||
## v0.1.1 (02-20-2017) | ||
- Fixed issue with `ng-strict-di` | ||
|
||
## v0.1.0 (04-15-2016) | ||
- Support for callback only usage (no context menu, only callback on right click) with `ng-right-click='callback'`. The intent is to make it more natural and compatible like `ng-click`. | ||
- Supports context menu after passing menu options with `menu-items` attribute, along with callback. | ||
- Support for custom menu styling using `menu-class` attribute. | ||
- Support for custom menu styling using `menu-class` attribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "angular-right-click", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/zeeshanhyder/angular-right-click", | ||
"authors": [ | ||
"Zeeshan <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters