ЕЧ
U created a data table by angular and it is synced with my my database which is based on Firebase. Now, I want to a user can edit the numbers, but those changes update my database as well. Can someone help me in this case,please?
You must place watch on firebase changes, and use scope.$apply function to update variables
But MUCH better way to use internal $http class to raw firebase interraction...

