hook up url controller to ui controller
This commit is contained in:
parent
56c156d3f6
commit
4da5a6ca84
11 changed files with 44 additions and 81 deletions
|
|
@ -507,7 +507,7 @@ pandora.ui.list = function() {
|
|||
|
||||
});
|
||||
pandora.api.findEvents({
|
||||
itemQuery: pandora.user.ui.query,
|
||||
itemQuery: pandora.user.ui.find,
|
||||
keys: ['id', 'name', 'start', 'end'],
|
||||
query: {}
|
||||
}, function(result) {
|
||||
|
|
@ -675,10 +675,6 @@ pandora.ui.list = function() {
|
|||
|
||||
}
|
||||
|
||||
that.display = function() { // fixme: used?
|
||||
pandora.$ui.rightPanel.replaceElement(1, pandora.$ui.contentPanel = pandora.ui.contentPanel());
|
||||
};
|
||||
|
||||
pandora.UI.bind({
|
||||
listSort: function(value) {
|
||||
that.options({sort: value});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue