Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Feb 09, 2022
    • rhenck's avatar
      Change all selector prefixes from "app" to "aspect" · a6bdf445
      rhenck authored
      This is done according to the Angular best practices and minimizes
      namespace collisions when using other packages which might use the same
      selectors.
      
      Technically the selectors are not even becessary since we use an Angular
      component factory to create element components but it is still useful
      for the DOM element naming, for debugging purposes for example.
      a6bdf445
  2. Jan 24, 2022
  3. Jan 20, 2022
  4. Jan 12, 2022
  5. Dec 10, 2021
  6. Dec 06, 2021
    • rhenck's avatar
      Fix value of dropLists after drop · 4beec526
      rhenck authored
      Now only sends a list with IDs as value. The actual list manipulation is 
      done with Material helper functions (transferArrayItem...).
      4beec526
  7. Dec 01, 2021
  8. Nov 30, 2021
  9. Nov 29, 2021
    • rhenck's avatar
      Add new element DropListSimple · 1442163d
      rhenck authored
      It is meant to be used as inline positioned (sub) element. Therefore it 
      has not postioning information and less property options than the normal 
      drop list. Similar to the simple text field.
      1442163d
Loading