Skip to content

Instantly share code, notes, and snippets.

@fchevitarese
Created December 17, 2015 21:14
Show Gist options
  • Save fchevitarese/02b7560b239028185d83 to your computer and use it in GitHub Desktop.
Save fchevitarese/02b7560b239028185d83 to your computer and use it in GitHub Desktop.
error.js
$scope.test_data = [
{"nome": "Fred Chevitarese", "email": "[email protected]", "plano": "OnDemand"},
{"nome": "Datagoal", "email": "[email protected]", "plano": "OnDemand"},
{"nome": "Fulano", "email": "[email protected]", "plano": "Free"},
{"nome": "Siclano", "email": "[email protected]", "plano": "Free"},
{"nome": "Beltrano", "email": "[email protected]", "plano": "Free"},
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment