QE login dialog and flow

Fixes #560
This commit is contained in:
Joseph Schorr 2015-10-30 15:11:45 -04:00
parent fea2d3c98c
commit dcb4935706
4 changed files with 159 additions and 4 deletions

View file

@ -25,8 +25,8 @@
};
$scope.qeStartTrial = function(plan) {
// TODO(jschorr): Implement.
alert('Not yet implemented!')
$scope.currentQEPlan = plan;
$('#tectonicManagerDialog').modal('show');
};
$scope.buyNow = function(plan) {