The Endev angular module was doing (at least) two seperate things
simultaneously before; handling backend data access and providing a
simplified interface for AngularJS. This commit splits the two areas of
functionality into seperate Angular modules.
Apart from making the codebase easier to understand, this could mean
that down the line one could choose to just use the syntax wrapper
without the data handling, or vice versa.
This is meant to be an implementation of the solution discussed in #3.
The Endev angular module was doing (at least) two seperate things simultaneously before; handling backend data access and providing a simplified interface for AngularJS. This commit splits the two areas of functionality into seperate Angular modules.
Apart from making the codebase easier to understand, this could mean that down the line one could choose to just use the syntax wrapper without the data handling, or vice versa.
This is meant to be an implementation of the solution discussed in #3.