Posts by Gih • 15 points
4 posts
-
0
votes0
answers61
viewsQ: Click on option in select and appear other fields
I’m trying to do something similar to the figure below: http://jsfiddle.net/zbdvke2w/11/ How do I stop for the fields that are in ICMS and ICMS ST with ng-if appear only after clicking on option 10…
-
0
votes1
answer48
viewsQ: Save selected colors even by going to another page
Any idea how to have 2 (options) arrays with styles to change colors in specific site locations (for example change 3 classes: .header, .footer, .sidebar), but keep the option on which the user…
-
1
votes3
answers447
viewsQ: How to make the content appear in the DOM only after clicking - Angularjs
Hello, I am beginner with Angularjs. To insert and delete new fields this is all ok, see fiddle: http://jsfiddle.net/zbdvke2w/4/ It happens that I need that when loading the page there is not all…
-
0
votes1
answer55
viewsQ: Ng-reapeat selects input from all Forms change together
Hello, I’m a beginner with Angularjs, and I’m having trouble with ng-repeat: The user can enter a snippet of a form as many times as he wants but in each one of them it should be possible to select…