Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Nov 22, 2021
  2. Nov 11, 2021
  3. Nov 08, 2021
  4. Nov 03, 2021
  5. Nov 02, 2021
  6. Nov 01, 2021
    • rhenck's avatar
      [editor] Allow settings values to null · 6c0a1a82
      rhenck authored
      This is necessary to reset elements like radio button group. We use null 
      for that instead of undefined.
      
      The check was in place before to make sure input fields only accept 
      valid values (no text in a number field for example). Angular thinks a 
      null value is valid so we have to do this extra check. This is now done 
      directly in the template before calling the updateModel method.
      6c0a1a82
  7. Oct 29, 2021
  8. Oct 28, 2021
  9. Oct 25, 2021
  10. Oct 22, 2021
  11. Oct 18, 2021
    • rhenck's avatar
      [editor] Refactor directory structure · 9f65f0c9
      rhenck authored
      The main components are right at top level and the directories below
      mimic the data structure (unit->page->section).
      The toolbar is only used in dev mode and does not belong directly to the
      unit view.
      The TextEditor is a complex component and deserves it's own directory
      even though it is used within the unit-view. Might be refactored to its
      own module later.
      9f65f0c9
  12. Oct 15, 2021
Loading