Changes between Version 3 and Version 4 of DeveloperGuidelines/EdenMobile/Database


Ignore:
Timestamp:
09/27/16 09:30:49 (9 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Database

    v3 v4  
    6767
    6868}}}
    69 
     69{{{
     70#!div class="important" style="border: 2pt solid; text-align: center"
    7071Remember that '''all database transactions are asynchronous''', so callback functions may need to perform a {{{$scope.$apply}}} to trigger a digest cycle explicitly.
     72}}}
    7173
    7274== Default Schema ==