I am trying to automatically check a checkbox on the main page when a modal closes. I am using one controller for the modal and another controller for the main page. Here's the Plunker: http://plnkr.co/edit/bCe4Rv6gYebIbDtRuuPB. Any thoughts on what I'm doing wrong? Should I be using a directive here instead, or is there another way?
--
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 angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/aKpABr31faY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.
Thank you, your alternate is perfect. I was only using ui-state because I thought it was necessary when using the ui router. As is clear from my clumsy code, I'm new to this, and still learning.