Changes between Version 6 and Version 7 of DeveloperGuidelines/EdenMobile/Database


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Database

    v6 v7  
    2222== API ==
    2323
    24 '''$emdb''' exposes APIs for common database transactions.
    25 
    2624{{{
    27 #!div class="important" style="border: 2pt solid; text-align: center"
    28 Remember that '''all database transactions are asynchronous''', so callback functions may need to perform a {{{$scope.$apply}}} to trigger a digest cycle explicitly.
     25#!div class="important" style="border: 2pt solid; text-align: center; width:80%"
     26Remember that '''all database transactions are asynchronous'''!
     27Callback functions may therefore need to perform a {{{$scope.$apply}}} to trigger a digest cycle explicitly.
    2928}}}
    3029