update list views

This commit is contained in:
Luke Pulverenti 2016-07-16 17:28:15 -04:00
parent cbf80fb548
commit aaf5037d13
14 changed files with 164 additions and 70 deletions

View file

@ -200,7 +200,10 @@ define(['apphost', 'globalize', 'connectionManager', 'itemHelper'], function (ap
require(['actionsheet'], function (actionSheet) {
actionSheet.show({
items: commands
items: commands,
positionTo: options.positionTo
}).then(function (id) {
executeCommand(options.item, id).then(resolve);
}, reject);