Fix preview button when editing stories

Change-Id: Iddf224138d5a19cb78dfe9ce5ec1dda64358b34d
This commit is contained in:
Adam Coldrick 2016-05-31 10:09:18 +00:00
parent a2d6b0fe52
commit 82115cdc83

View File

@ -245,7 +245,7 @@
</button>
<button type="button"
class="btn btn-primary"
ng-click="previewStory = !previewStory">
ng-click="preview = !preview">
Toggle Preview
</button>
</div>