Skip to content

Instantly share code, notes, and snippets.

@tristanpendergrass
Created November 6, 2014 20:12
Show Gist options
  • Save tristanpendergrass/1a08a3a1d60fc5208c4f to your computer and use it in GitHub Desktop.
Save tristanpendergrass/1a08a3a1d60fc5208c4f to your computer and use it in GitHub Desktop.
function setTime (onChunk) {
if (typeof onChunk === 'undefined') return;
var time = moment($scope.sliderTimes[onChunk]);
$scope.instanceTime = time.format('MMMM Do YYYY, h:mm:ss a');
$scope.$apply();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment