Posts by Silvério Sepulveda • 11 points
2 posts
- 
		1 votes1 answer430 viewsQ: Directive to create div, label and inputGood morning, I created a directive to create a div, a label and an input, but the ng-model attribute is not working. In the example, the dynamically created does not work which is the first, and… angularjs-directivesasked Silvério Sepulveda 11
- 
		0 votes3 answers404 viewsA: Ajax Requests - TipsWhy not search for all the information in a Json variable and then work with it locally with jQuery? Type: var Json = [{ states : {'RJ', 'SP', 'ES', 'MG'}, professions : {'prof 1', 'prof 2', 'prof…