openmct/platform/commonUI/general
Shivam Dave 6a2bdd103b [Mobile] Hide Tree
On selecting a node in the tree, if the
user is on phone and in portrait, than
emit up to the browse controller to call
treeSlide(), which will hide the tree menu.
Also adjusted the agent service to properly
check for orientation using window.innerHeight/
Width. Also created function for the selection
of an object in BrowseController.
2015-08-24 16:17:58 -07:00
..
res [Mobile] Hide Tree 2015-08-24 16:17:58 -07:00
src [Mobile] Hide Tree 2015-08-24 16:17:58 -07:00
test [Mobile] Tests 2015-08-04 16:48:41 -07:00
bundle.json [Mobile] Hide Tree 2015-08-24 16:17:58 -07:00
README.md [Common UI] Document mct-scroll-* directives 2015-02-25 16:34:51 -08:00

Directives

  • mct-scroll-x is an attribute whose value is an assignable Angular expression. This two-way binds that expression to the horizontal scroll state of the element on which it is applied.
  • mct-scroll-y is an attribute whose value is an assignable Angular expression. This two-way binds that expression to the vertical scroll state of the element on which it is applied.