openmct/platform/commonUI/general
Victor Woeltjen ac5ac8d34e [Build] Remove boilerplate from scripts
No longer necessary after JSHint configuration.
2016-03-04 10:46:38 -08:00
..
res Removed unused 'controller as' 2016-03-02 11:01:34 -08:00
src [Build] Remove boilerplate from scripts 2016-03-04 10:46:38 -08:00
test [Build] Remove boilerplate from scripts 2016-03-04 10:46:38 -08:00
bundle.js [Build] Remove boilerplate from scripts 2016-03-04 10:46:38 -08: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.