Commit 90064be
authored
Fix heatmap-layer.js nested prop
Allows to the directive access to a nested property.
This problem happens when we are using a nested property like 'data.map.heathData' or more commonly when we are using the syntax 'controllerAs', adding a 'vm' variable or similar.
fix: allenhwkim#8351 parent db3d95d commit 90064be
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
49 | 56 | | |
50 | 57 | | |
51 | 58 | | |
| |||
0 commit comments