Within a page, the structure is as follows:
- layoutController (in the js controller: $scope.currentProject = "" )
- {{ currentProject.Name }}
- projectListController - (in the js controller, I assign an object to $scope.currentProject)
An issue arises where even after setting the new value, {{ currentProject.Name }} remains empty.
What element is lacking?