charts: port toggleChart back in (functional, but it's not getting the

right width)
This commit is contained in:
Tyler Renelle
2013-10-19 16:15:48 -07:00
parent 6d98194df2
commit cef8431af0
7 changed files with 41 additions and 34 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
| {{user.stats.exp | number:0}} / {{tnl(user.stats.lvl)}}
// FIXME doesn't look great here, but the "Experience" CSS title rollover covers it where it was before
span(ng-show='user.history.exp')
a(x-bind='click:toggleChart', ng-click='notPorted()', data-id='exp', tooltip='Progress')
a(ng-click='toggleChart("exp")', tooltip='Progress')
i.icon-signal
// party
span(ng-controller='PartyCtrl')