I am a total newbie in AngularJs, so please be patient with me.
I have the following angular App, which contains two controllers
(function () { angul
Why dont u create a service instead of second controller and inject it into your main controller and use it.
May be you can refer this :
http://ilikekillnerds.com/2014/11/angularjs-call-controller-another-controller/