You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
that appears to show everything ...working. However I am unable to reproduce this success in my application. Both versions of angularjs match (1.0.3) so my only guess is that templateUrl: 'foo.html' in plunker is not an accurate mechanism of my local server app's templateUrl: '../../parts/map/map.html'.
To be clear, in my app, if I inline the template templateUrl: '../../parts/map/map.html' then everything is totally fine.
Inline template: Works
External template: Error
One thing that struck me is the order of logging is different in the Error version: map controller fn comes AFTERmap-marker link fn whereas when its working map controller fn comes BEFOREmap-marker link fn.