feat(premium): backport client-side premium code to public repo, it's

client-side anyway (@colegleason @paglias)
This commit is contained in:
Tyler Renelle
2014-01-27 16:34:22 -08:00
parent cc934b577e
commit 2e18f0eb82
8 changed files with 231 additions and 52 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ div(ng-controller='SettingsCtrl')
.option-group.option-medium
input.option-content(type='number', step="any", data-for='stats.exp', ng-model='restoreValues.stats.exp')
span.input-suffix=env.t('experience')
.option-group.option-medium
.option-group.option-medium(ng-if='!user.purchased.plan.customerId')
//input.option-content(type='number', step="any", data-for='stats.gp', ng-model='restoreValues.stats.gp')
input.option-content(type='number', step="any", data-for='stats.gp', ng-model='restoreValues.stats.gp',disabled)
span.input-suffix=env.t('gold')