Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Feature/select model #21

Merged
merged 11 commits into from
Aug 31, 2016

Commits on Aug 31, 2016

  1. Load list of scenario options

    Also wire up to one of the prototype select fields, but styling is broken.
    flibbertigibbet committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    23be762 View commit details
    Browse the repository at this point in the history
  2. Update graphs on model change

    Hacky workaround to reading changed model value for multiselect.
    flibbertigibbet committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    7ae52c1 View commit details
    Browse the repository at this point in the history
  3. Use model change event

    Listen to `ngModelChange` instead of `change` to get set value from select field. On `change` event, model holds previous value and event target for multiselect is not readily accessible.
    flibbertigibbet committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    a420d82 View commit details
    Browse the repository at this point in the history
  4. Use existing modal

    Change button to open modal directly, since other options do not apply.
    Close modal with update button and add listener.
    flibbertigibbet committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    a477bd8 View commit details
    Browse the repository at this point in the history
  5. Implement modal list

    flibbertigibbet committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    aa2d893 View commit details
    Browse the repository at this point in the history
  6. Add selected property to model

    Used for checkbox filtering.
    flibbertigibbet committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    7a45412 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5da917a View commit details
    Browse the repository at this point in the history
  8. Load scenarios from API

    Request list of scenarios from server; use default constant scenario for selection.
    flibbertigibbet committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    d37527a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    370a9ea View commit details
    Browse the repository at this point in the history
  10. Fix linter warnings

    Mostly changing references to `String` wrapper to `string`.
    flibbertigibbet committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    47729a2 View commit details
    Browse the repository at this point in the history
  11. Update for ng2-bootstrap

    Fix broken bootstrap components by switching to ng2-bootstrap directive syntax.
    Backdrop on modal is disabled as workaround for ng2-bootstrap/#854.
    flibbertigibbet committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    778de54 View commit details
    Browse the repository at this point in the history