AngularFire V1.2 $firebaseArray() $loaded() only called once [duplicate]
问题 This question already has an answer here : $on loaded fires once for new references AngularFire 0.5.0 (1 answer) Closed last year . I am using AngularFire and promises on arrays ( $loaded() on firebaseArray() ). Currently, I'm using the following code: Problem : I go to page1, the data is loaded and all fine. Go to page 2 and come back to page1. Now the $loaded() doesn't work until I do a full page refresh. How do I fix this problem? app.factory('Items', ['FBURL', '$firebaseArray', function