Commit e28b99d
committed
feat(configureOn): Added configureOn option that will cause this directive to re-read its configur
configureOn accepts a string which is the name of the event that will trigger the directive to re-read its configuration.
-For example, perhaps the startView option in the configuration has changed and you would like the
new configuration to be used. You can $broadcast the event to cause this directive to use the new configuration.
closes #2041 parent 7448825 commit e28b99d
File tree
6 files changed
+364
-269
lines changed- demo
- src/js
- test/configuration
6 files changed
+364
-269
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
174 | 183 | | |
175 | 184 | | |
176 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
72 | 91 | | |
73 | 92 | | |
0 commit comments