openmct/platform/commonUI/general
Shivam Dave 7e35e55f0b [Mobile] Hide Back Button
When you are at the highest level the
back button fades out and is unclickable.
When you are able to go up a level the
back button appears/fades in and is
pressable. Also removed the object type
name from the header.
2015-07-29 11:13:09 -07:00
..
res [Mobile] Hide Back Button 2015-07-29 11:13:09 -07:00
src [Mobile] Back Arrow 2015-07-28 15:08:14 -07:00
test [Mobile] Clean-Up 2015-07-28 10:56:29 -07:00
bundle.json [Mobile] Clean-Up 2015-07-28 10:56:29 -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.