filipkis / endev

The simplest way to work with data
MIT License
11 stars 2 forks source link

Refactored code into the "syntaxWrapper" module #5

Closed macaullyjames closed 9 years ago

macaullyjames commented 9 years ago

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.