I have an app where things are being binded using angular js. There is a iframe inside that another angular app is running. Can i get angular scope on parent window so that I can change scope variables for iframe app
Asked
Active
Viewed 3,826 times
0
-
Have you seen http://stackoverflow.com/questions/18437594/angularjs-call-other-scope-which-in-iframe? – sushain97 Oct 29 '13 at 16:20
-
but there is no answer or useful comment – Abhishek bhutra Oct 29 '13 at 16:44
-
@Abhishekbhutra, actually there is something useful at the end of the question. Also, that doesn't justify duplicating the question... – sushain97 Oct 29 '13 at 17:10
-
I've answered on that question [here][1] [1]: http://stackoverflow.com/a/21733164/1426570 – Urigo Feb 12 '14 at 16:08
-
Thanks Urigo, but its too late to reply here. I already have implemented the same. I missed to put an answer. :) – Abhishek bhutra Feb 13 '14 at 08:42
-
Possible duplicate of [Angularjs: call other scope which in iframe](https://stackoverflow.com/questions/18437594/angularjs-call-other-scope-which-in-iframe) – Mike Becatti Sep 27 '17 at 15:41