Created
August 30, 2014 19:51
-
-
Save renatocantarino/c86d5d22a4c141180e04 to your computer and use it in GitHub Desktop.
arquivo de dados
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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