Remove undefined controller

This commit is contained in:
Jessica Lawshe 2018-04-12 11:53:31 -05:00
parent 49222f11db
commit 8d2c3ca6a1

View file

@ -1,5 +1,5 @@
div#history(ng-show="ui.view == 'history'")
span(ng-controller="HistoryPremiumPopup")
span
.upgrade-prompt(ng-if="project.features.versioning === false && ui.view === 'history'")
.message(ng-if="project.owner._id == user.id")
p.text-center: strong #{translate("upgrade_to_get_feature", {feature:"full Project History"})}