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%" |
| 26 | Remember that '''all database transactions are asynchronous'''! |
| 27 | Callback functions may therefore need to perform a {{{$scope.$apply}}} to trigger a digest cycle explicitly. |