Austin Andrews
Austin Andrews
I like this idea a lot, it matches the ability that other Angular UI components have.
I assume you mean you want the user to hold down and on release it would open the context menu? I currently don't own any other tablets to try this...
@glaidler https://github.com/Templarian/ui.bootstrap.contextMenu/blob/master/contextMenu.js#L279
I don't have an iOS device to test this on. Still kind of waiting for a pull request or a way to handle this for their proprietary (?) touch API's.
I did that to keep from wrapping the entire module. You could probably do this with a simple provider... .value('AngularElement', angular.element) then just inject it ['AngularElement', $]. Didn't test this...
Maybe something more along the lines of an anchor ability. ``` html ``` Where `contextMenuAnchor` can be: ``` html default - Calculate based on position and contextmenu size. bottom right...
Yep. Now we wait for someone to make a pull request, or me to get bored enough to code it. :smile_cat:
Correct. I'm working on client work tonight. Will type out a spec of what it should look like/features tomorrow. :sweat_smile:
So basically it will support the following locations...  I'm not 100% sure the best way to implement this. Basically: 1. Render the full context menu. 2. Get the `width`...
Nope. Working on other open source projects at the moment. Now that nested menus are in this would be the next feature to add I think. Definitely would take a...