Snippets

Elvis Morales $scope.doRefresh

Created by Elvis Morales
1
2
3
4
5
6
7
8
$scope.doRefresh = function() {
    var now = new Date();
    wooFactory.requests()
    .then( function(now) {
      $scope.$root.now = now.toTimeString();
      $scope.$broadcast('scroll.refreshComplete');
    });
  };

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.