This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Update Angular Material
Widget Layout Tweak
- The method for resizing widgets into containers has been modified. In addition to some performance improvements, widgets will no longer "bleed over" into the right-scroll of the page when the widget weight exceeds the container columns. Instead, they will be arranged and relatively sized within the container.
Administrative/Infrastructure Updates
- Updated Angular Material from v0.10.1 to v1.0.5.
- Removed dynamic class attributes in favor of ng-class.
- Removed all instances of directive replace: true. (this feature is deprecated in Angular and was causing other layout issues in v1.0.5.)
- Fixed an issue with Google Analytics pageView tracking.