I have architected a system to create questions and answers. The user who creates the questions and answers has access to the dom of the question and/or answer.
id = "Q1" id = "Q1/A1" id = "Q1/A2" etc. While working with the rendered screen I loop through various processes that determine what should be rendered. This is all angular and works great. Now, at the end of that I need to take what the user entered, i.e., "Q1/A1".hide() . Where or how do I run this bit of code? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
