•  
      request #11079 Migrate modal angular services to ES modules
    Infos
    #11079
    Joris MASSON (jmasson)
    2018-02-02 10:45
    2018-02-01 16:17
    11406
    Details
    Migrate modal angular services to ES modules
    We wand to use the artifact-modal in other contexts than AngularJS. To achieve that, we should migrate the artifact-modal's code away from AngularJS.

    The first step in this direction is to move all the angular Services and Factories out from angular. They can simply be converted to an equivalent ES2015 module that exports functions.
    For those that aren't stateless, this can also be achieved via local variables (let).

    This will take some time as there are a lot of services.
    First step is to move the REST service to an ES module.
    Agile Dashboard
    All
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-02-02
    Attachments
    Empty
    References
    Referencing request #11079
    Referenced by request #11079

    Artifact Tracker v5

    rel #10968 9.18

    Follow-ups