How to disassociate angularFire bound object?

前端 未结 2 978
闹比i
闹比i 2021-01-13 16:18

I am using AngularJS and FireBase in my application. I bound an object to be in sync with FireBase:

$scope.winnerPromise = angularFire(travelBidsFirebaseRef          


        
2条回答
  •  北海茫月
    2021-01-13 17:23

    I am using angularfire and for me it worked the $destroy method.

    https://github.com/firebase/angularfire/blob/master/docs/reference.md#destroy-1

提交回复
热议问题