How do I get my model to update automatically after 60 seconds?
I have an array in $scope.tweets
that contains a list of tweets. I would like $scope.currentTweet
to pop a tweet off the array every 60 seconds.
Is there is a particular way to do this in angular?