Heavily informed by the work of @katowulf in this gist - https://gist.github.com/katowulf/f264e7e0c7b8cefd1bcf/eddbadfbafe9e1fe658c51e43e25ac51e26d65b6
MIT
- Angular === 1.5.0
- Firebase === 2.4.1
/* | |
Implemented by katowulf at: | |
https://jsfiddle.net/katowulf/1dfyz2rq/ | |
Discussed in: | |
https://github.com/firebase/angularfire/issues/687 | |
https://github.com/angular-ui/ui-sortable/issues/421 | |
*/ | |
angular.module('firebase.checkpointArray', ['firebase']) | |
.factory('firebaseCheckpointArray', function($firebaseArray) { |
Heavily informed by the work of @katowulf in this gist - https://gist.github.com/katowulf/f264e7e0c7b8cefd1bcf/eddbadfbafe9e1fe658c51e43e25ac51e26d65b6
MIT