[Mobile] Push to show current

This commit is contained in:
Dave
2015-07-08 11:08:31 -07:00
parent 24fae72492
commit 3704d64560
9 changed files with 82 additions and 64 deletions

View File

@@ -58,6 +58,11 @@ define(
activate();
}
}
function changeTree() {
console.log("WWWWW");
}
// Callback used by the document listener. Deactivates;
// note also $scope.$apply is invoked to indicate that
@@ -91,6 +96,10 @@ define(
*/
toggle: function () {
changeState();
},
showtree: function () {
changeTree();
}
};