Skip to content

Instantly share code, notes, and snippets.

@whisher
Created August 24, 2014 10:04
Show Gist options
  • Select an option

  • Save whisher/423136e0b5aa5d372924 to your computer and use it in GitHub Desktop.

Select an option

Save whisher/423136e0b5aa5d372924 to your computer and use it in GitHub Desktop.
.controller('UserInnerController', ['$scope', '$filter',
function($scope, $filter) {
$scope.user.created_at = $filter('tsToDate')($scope.user.created_at,'shortDate');
}
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment