Skip to content

Instantly share code, notes, and snippets.

@AdrienGiboire
Created June 13, 2013 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdrienGiboire/5777108 to your computer and use it in GitHub Desktop.
Save AdrienGiboire/5777108 to your computer and use it in GitHub Desktop.
$scope.kpis = {}; $scope.mainContacts = {};
$scope.revenueBreakdown = {}; $scope.upcomingActivities = {};
$scope.user = {};
// Gives
$scope.kpis = {}; $scope.mainContacts = {};
$scope.revenueBreakdown = {}; $scope.upcomingActivities = {};
$scope.user = {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment