Skip to content

All HTTP communication should go through a service and not be done directly #31

@ilyvion

Description

@ilyvion

Because there are two AddItemController instances, the item data gets loaded twice. The handling of the item data should therefore be extracted into a service or similar, to avoid this data loading and storage duplication.

Do this also for any other instance of direct $http usage in controllers and directives.

Metadata

Metadata

Assignees

Labels

bugSomething that is not behaving is expected or prevents use entirelyfunctional-enhancementImproves the code or internal functionality, but is imperceptible to end user

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions