This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Description
I have multiple maps on my view on custom directives, so I need to set the id to control them individually. I've tried to set the id dynamically with the timestamp, but when debugging the code, seems that it catches the id before angular replaces the databind:
{{'mapid_' + ctrl.hash}}
instead of:
mapid_312343423
I'm facing issues to detect events from each map. Any ideas?