All -
I am new to angularjs and have some difficulty understanding how to share data between controllers that changes depending on selected value of autocomplete
Here is the link to the small app I am working on to learn angularjs. I am using jquery layout plugin for splitting the screen into two halves. West pane has autocomplete to get data from googleapis (example from angular ui bootstrap webpage). Once the user select the value from list of addresses displayed via autocomplete, I want to display the value on center pane. West pane and center pane are both defined in two different controllers. I am loss to understand on how to update center pane whenever a new value is selected in autocomplete. I have read that we need to use services, but could not get it to work