Templarian / ui.bootstrap.contextMenu

AngularJS Bootstrap UI Context Menu
MIT License
259 stars 127 forks source link

0.9.7 version of the use of three parameters, the menu name will be displayed as [new item]. Instead of the [name] . #83

Closed Lenny-Hu closed 8 years ago

Lenny-Hu commented 8 years ago

0.9.7 version of the use of three parameters, the menu name will be displayed as [new item]. Instead of the [name] .

$scope.menuOptions = [ [function(){ return 'name'; }, function ($itemScope) { }, function ($itemScope) { }] ];

Templarian commented 8 years ago

Can you retest this for v0.9.8, it might be fixed.

Lenny-Hu commented 8 years ago

0.9.8 is ok, thanks!