Refresh list

Hi, i have a list like this: http://codepen.io/ionic/pen/JsHjf that doesn’t ever refresh. I see that it refreshes when i tap on screen and slide to view the side-menu.
I used $scope.$on(’$ionicView.beforeEnter’, function() { create list … }); but nothing.
How can i refresh the list ever when user visit the view?