got character switches working

added character paths
fixed heraldry & character click events
fast-forward button moves to next book/season
This commit is contained in:
Ryan Carpenter
2016-08-01 22:08:19 +08:00
parent b909081afd
commit 1b97ca6412
4 changed files with 126 additions and 30 deletions
+9 -5
View File
@@ -67,10 +67,14 @@
</ui-gmap-markers>
<!-- Character Paths -->
<!-- <ui-gmap-polylines
models='mapModels.paths'
idkey="'key'">
</ui-gmap-polylines> -->
<ui-gmap-polylines
models='mapModels.paths'
path="'path'"
stroke="'stroke'"
static="'static'"
icons="'icons'"
idkey="'key'">
</ui-gmap-polylines>
</ui-gmap-google-map>
@@ -195,7 +199,7 @@
</a>
<a ng-href="{{character.url}}" ng-class="{noimg:(character.house=='')}">{{character.name}}</a>
<toggle-switch
ng-model="options.characters[$index]"
ng-model="options.characters[character.key]"
on-label="Show"
off-label="Hide"
class="pull-right">