Skip to content

Instantly share code, notes, and snippets.

@renatocantarino
Created August 30, 2014 19:51
Show Gist options
  • Save renatocantarino/c86d5d22a4c141180e04 to your computer and use it in GitHub Desktop.
Save renatocantarino/c86d5d22a4c141180e04 to your computer and use it in GitHub Desktop.
arquivo de dados
var m = {
"1" : "Eu",
"2": "tu",
"3" : "ele/ela",
"4" : "nós",
"5": "vós",
"6" : "eles/elas"
};
function MyCtrl($scope) {
$scope.items = m;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment