Commit 629cc1f8f70a0cb2655a6d7b73ebfe3ead3f88fb

Authored by Palak Handa
1 parent 8f41724fcd
Exists in master and in 1 other branch paytm

minor changes

Showing 3 changed files with 176 additions and 118 deletions   Show diff stats
... ... @@ -48,10 +48,10 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
48 48  
49 49 <!-- define angular controller -->
50 50 <body ng-controller="mainController">
51   -<!-- Google Tag Manager (noscript) -->
52   -<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCXPCKF"
53   - height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
54   -<!-- End Google Tag Manager (noscript) -->
  51 + <!-- Google Tag Manager (noscript) -->
  52 + <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCXPCKF"
  53 + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  54 + <!-- End Google Tag Manager (noscript) -->
55 55  
56 56 <div id="main">
57 57 <div ng-view></div>
... ...
pages/registration.html
... ... @@ -182,7 +182,7 @@
182 182 <div class="card-block">
183 183 <div class="pull-left">
184 184 <h4 class="card-title">Delhi</h4>
185   - <label class="card-sub-title">27th November,2017(Tentative)</label>
  185 + <label class="card-sub-title">28th November,2017(Tentative)</label>
186 186 </div>
187 187 <div class="pull-right">
188 188 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('delhi')">Apply</button>
... ... @@ -253,7 +253,7 @@
253 253 </div>
254 254 <div class="col-xs-4 no-padding-mobile">
255 255 <div class="card stages-card margin-auto-mobile">
256   - <input type="radio" ng-model="data.stage" class="stageRadio" value="Product" name="Idea" id="Proof" ng-required="Product" ng-click="stage('Product')">
  256 + <input type="radio" ng-model="data.stage" class="stageRadio" value="Product" name="Product" id="Proof" ng-required="Product" ng-click="stage('Product')">
257 257 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Proof">
258 258 <img class="stage-img stage-product" src="images/production-stage.png" alt="Lights">
259 259 <div class="card-content f-family">
... ... @@ -272,7 +272,7 @@
272 272 </div>
273 273 <div class="col-xs-4 no-padding">
274 274 <div class="card stages-card right-stage-card">
275   - <input type="radio" ng-model="data.stage" class="stageRadio" value="Growth" name="Idea" id="Beta" ng-required="Growth" ng-click="stage('Growth')">
  275 + <input type="radio" ng-model="data.stage" class="stageRadio" value="Growth" name="Growth" id="Beta" ng-required="Growth" ng-click="stage('Growth')">
276 276 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Beta">
277 277 <img class="stage-img stage-growth" src="images/growth-stage.png" alt="Lights">
278 278 <div class="card-content f-family">
... ... @@ -289,6 +289,25 @@
289 289 </p>
290 290 </div>
291 291 </div>
  292 + <!-- <div class="col-xs-3 no-padding">
  293 + <div class="card stages-card">
  294 + <input type="radio" ng-model="data.stage" class="stageRadio" value="Visitor" name="Visitor" id="visit" ng-required="Visitor" ng-checked="true" checked="true" ng-click="stage('Visitor')">
  295 + <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="visit">
  296 + <img class="stage-img stage-visit" src="images/idea-stage.png" alt="Lights">
  297 + <div class="card-content f-family">
  298 + <p align="center">Visitor</p>
  299 + </div>
  300 + </label>
  301 + </div>
  302 + <div class="clearfix"></div>
  303 + <div class="cards-content hidden-xs">
  304 + <p>
  305 + &#x26AC; <span style="font-weight:bold">Have an idea and need execution help?</span><br>
  306 + &#x26AC; Get feedback from mentors<br>
  307 + &#x26AC; Validate your idea.
  308 + </p>
  309 + </div>
  310 + </div> -->
292 311 <div class="clearfix"></div>
293 312 </div>
294 313 <div class="clearfix"></div>
... ... @@ -315,6 +334,13 @@
315 334 &#x26AC; Connect and hire top startups
316 335 </p>
317 336 </div>
  337 + <!-- <div class="cards-content" ng-if="data.stage == 'Visitor'">
  338 + <p>
  339 + &#x26AC; <span style="font-weight:bold">Have an idea and need execution help?</span><br>
  340 + &#x26AC; Get feedback from mentors<br>
  341 + &#x26AC; Validate your idea.
  342 + </p>
  343 + </div> -->
318 344 </div>
319 345 <!-- CLOSE STAGE SHADOW -->
320 346 <div class="form-all">
... ... @@ -491,136 +517,138 @@
491 517 <input type="text" class="text-input" ng-model="data.linkedInUrl" ng-required="data.stage == 'Product' || data.stage == 'Growth'" placeholder="LinkedIn URL" id="myBtn" name="linkedInUrl" ng-change="entername(data.linkedInUrl); linkedInkeyPress(data.linkedInUrl)">
492 518 <span ng-if="data.stage == 'Product' || data.stage == 'Growth'" ng-show="data.linkedInUrl == undefined || data.linkedInUrl == ''" style="position:absolute; top: 10px; left: 116px; color: #999">*</span>
493 519 </div>
494   - <div class="col-xs-12 col-md-12 f-family line-adjust">
495   - <strong>Explain your idea/product briefly</strong>
496   - <p class="line-space" ></p>
497   - </div>
498   - <div class="col-xs-12 col-md-12 input-wrapper">
499   - <div id="snackbar">Error ! Please fill in all fields.</div>
500   - <div class="icon-circle-q">
501   - <i class="material-icons" style="line-height: 31px;">thumb_up</i>
502   - </div>
503   - <textarea type="text" maxlength="300" class="text-input" required ng-model="data.idea" placeholder="Idea/Product *" id="myBtn" name="Idea" ng-focus="removeNooError()" ng-change="entername(data.idea); ideakeyPress(data.idea)">
504   - </textarea>
505   - <label class="error-message f-family" id="invalidIdea">Please answer using 300 words only.</label>
506   - </div>
507   - <div class="col-xs-12 col-md-12 input-wrapper f-family">
508   - <div class="icon-circle-abcdefg">
509   - <i class="material-icons" style="line-height: 30px;">open_with</i>
510   - </div>
511   - <select name="industry" ng-model="data.industry" ng-change="industry(data.industry); industrykeyPress()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="dataIndustry">
512   - <option selected disabled value="">Choose Industry *</option>
513   - <option value="Travel">Travel</option>
514   - <option value="Retail">Retail</option>
515   - <option value="Editech">Editech</option>
516   - <option value="Fintech">Fintech</option>
517   - <option value="Hardware">Hardware</option>
518   - <option value="Digital">Digital</option>
519   - <option value="Rural">Rural</option>
520   - <option value="others">Others</option>
521   - </select>
522   - </div>
523   - <div class="col-xs-12 col-md-12 input-wrapper" ng-if="addOther">
524   - <div id="snackbar">Error ! Please fill in all fields.</div>
525   - <div class="icon-circle-o">
526   - <i class="material-icons" style="line-height: 31px;">open_with</i>
527   - </div>
528   - <input type="text" class="text-input" ng-change="industry(data.industryName); industryNamekeyPress((data.industryName))" ng-model="data.industryName" placeholder="Please mention other industry name">
529   - </div>
530   - <div class="col-xs-12 col-md-6 input-wrapper" style="position:relative">
531   - <div id="snackbar">Error ! Please fill in all fields.</div>
532   - <div class="icon-circle-i">
533   - <i class="material-icons" style="line-height: 31px;">business</i>
534   - </div>
535   - <input type="text" class="text-input" ng-model="data.companyName" ng-required="data.stage == 'Product' || data.stage == 'Growth'" placeholder="Company Name" id="myBtn" name="companyName" ng-change="entername(data.companyName); companykeyPress(data.companyName)">
536   - <span ng-if="data.stage == 'Product' || data.stage == 'Growth'" ng-show="data.companyName == undefined || data.companyName == ''" style="position:absolute; top: 10px; left: 130px; color: #999">*</span>
537   - </div>
538   - <div class="col-xs-12 col-md-6 input-wrapper" style="position:relative">
539   - <div id="snackbar">Error ! Please fill in all fields.</div>
540   - <div class="icon-circle-j">
541   - <i class="material-icons" style="line-height: 31px;">view_comfy</i>
542   - </div>
543   - <input type="text" class="text-input" ng-model="data.productName" ng-required="data.stage == 'Product' || data.stage == 'Growth'" placeholder="Product Name" id="myBtn" name="productName" ng-change="entername(data.productName); productNamekeyPress(data.productName)">
544   - <span ng-if="data.stage == 'Product' || data.stage == 'Growth'" ng-show="data.productName == undefined || data.productName == ''" style="position:absolute; top: 10px; left: 120px; color: #999">*</span>
545   - </div>
546   - <div class="hideform" ng-if="prototyp">
547   - <div class="hideform" ng-if="protyp">
  520 + <!-- <div class="hideform" ng-if="visitType"> -->
548 521 <div class="col-xs-12 col-md-12 f-family line-adjust">
549   - <strong>Product Launched? </strong>
  522 + <strong>Explain your idea/product briefly</strong>
550 523 <p class="line-space" ></p>
551 524 </div>
552   - <div class="col-xs-12 col-md-12 input-wrapper f-family">
553   - <div class="icon-circle-ab">
554   - <i class="material-icons" style="line-height: 30px;">launch</i>
  525 + <div class="col-xs-12 col-md-12 input-wrapper">
  526 + <div id="snackbar">Error ! Please fill in all fields.</div>
  527 + <div class="icon-circle-q">
  528 + <i class="material-icons" style="line-height: 31px;">thumb_up</i>
555 529 </div>
556   - <select name="productLaunch" ng-model="data.productLaunch" ng-change="productLaunch(data.productLaunch); productLaunchkeyPress()" ng-click="productCheck()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="productDiv">
557   - <option selected disabled value="">Select *</option>
558   - <option value="yes">Yes</option>
559   - <option value="no">No</option>
560   - </select>
  530 + <textarea type="text" maxlength="300" class="text-input" required ng-model="data.idea" placeholder="Idea/Product *" id="myBtn" name="Idea" ng-focus="removeNooError()" ng-change="entername(data.idea); ideakeyPress(data.idea)">
  531 + </textarea>
  532 + <label class="error-message f-family" id="invalidIdea">Please answer using 300 words only.</label>
561 533 </div>
562   - <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="Productshow == 'yes'">
563   - <strong>Product Launch Period </strong>
564   - <p class="line-space" ></p>
565   - </div>
566   - <div class="col-xs-12 col-md-12 input-wrapper f-family" ng-if="Productshow == 'yes'">
567   - <div class="icon-circle-abc">
568   - <i class="material-icons" style="line-height: 30px;">launch</i>
  534 + <div class="col-xs-12 col-md-12 input-wrapper f-family">
  535 + <div class="icon-circle-abcdefg">
  536 + <i class="material-icons" style="line-height: 30px;">open_with</i>
569 537 </div>
570   - <select name="launchPeriod" ng-model="data.launchPeriod" ng-change="launchPeriod(data.launchPeriod); launchPeriodkeyPress()" required style="background-color: #fff;border-radius: 0; font-size: 12px;">
571   - <option selected disabled value="">Select</option>
572   - <option value="less than 1 Month">less than one month</option>
573   - <option value="less than 6 Months">less than 6 months</option>
574   - <option value="more than 6 Months">more than 6 months</option>
  538 + <select name="industry" ng-model="data.industry" ng-change="industry(data.industry); industrykeyPress()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="dataIndustry">
  539 + <option selected disabled value="">Choose Industry *</option>
  540 + <option value="Travel">Travel</option>
  541 + <option value="Retail">Retail</option>
  542 + <option value="Editech">Editech</option>
  543 + <option value="Fintech">Fintech</option>
  544 + <option value="Hardware">Hardware</option>
  545 + <option value="Digital">Digital</option>
  546 + <option value="Rural">Rural</option>
  547 + <option value="others">Others</option>
575 548 </select>
576 549 </div>
577   - </div>
578   - <div class="col-xs-12 col-md-6 input-wrapper">
  550 + <div class="col-xs-12 col-md-12 input-wrapper" ng-if="addOther">
579 551 <div id="snackbar">Error ! Please fill in all fields.</div>
580   - <div class="icon-circle-k">
581   - <i class="material-icons" style="line-height: 31px;">web</i>
  552 + <div class="icon-circle-o">
  553 + <i class="material-icons" style="line-height: 31px;">open_with</i>
582 554 </div>
583   - <input type="text" class="text-input" ng-model="data.websiteUrl" ng-required="Productshow == 'yes'" placeholder="Website URL *" id="myBtn" name="websiteUrl" ng-change="entername(data.websiteUrl); websitekeyPress(data.websiteUrl)">
  555 + <input type="text" class="text-input" ng-change="industry(data.industryName); industryNamekeyPress((data.industryName))" ng-model="data.industryName" placeholder="Please mention other industry name">
584 556 </div>
585   - <div class="col-xs-12 col-md-6 input-wrapper">
  557 + <div class="col-xs-12 col-md-6 input-wrapper" style="position:relative">
586 558 <div id="snackbar">Error ! Please fill in all fields.</div>
587   - <div class="icon-circle-m">
588   - <i class="material-icons" style="line-height: 31px;">link</i>
  559 + <div class="icon-circle-i">
  560 + <i class="material-icons" style="line-height: 31px;">business</i>
589 561 </div>
590   - <input type="text" class="text-input" ng-model="data.demoLink" ng-required="Productshow == 'yes'" placeholder="Link to your product/app/demo *" id="myBtn" name="demoLink" ng-change="entername(data.demoLink); annualkeyPress(data.demoLink)">
  562 + <input type="text" class="text-input" ng-model="data.companyName" ng-required="data.stage == 'Product' || data.stage == 'Growth'" placeholder="Company Name" id="myBtn" name="companyName" ng-change="entername(data.companyName); companykeyPress(data.companyName)">
  563 + <span ng-if="data.stage == 'Product' || data.stage == 'Growth'" ng-show="data.companyName == undefined || data.companyName == ''" style="position:absolute; top: 10px; left: 130px; color: #999">*</span>
591 564 </div>
592   - <div class="col-xs-12 col-md-6 input-wrapper">
  565 + <div class="col-xs-12 col-md-6 input-wrapper" style="position:relative">
593 566 <div id="snackbar">Error ! Please fill in all fields.</div>
594   - <div class="icon-circle-l">
595   - <i class="material-icons" style="line-height: 31px;">format_list_numbered</i>
  567 + <div class="icon-circle-j">
  568 + <i class="material-icons" style="line-height: 31px;">view_comfy</i>
596 569 </div>
597   - <input type="text" ng-pattern="/^[0-9+-]*$/" maxlength="15" class="text-input" ng-required="Productshow == 'yes'" ng-model="data.numberOfEmployees" placeholder="Number of Employees *" id="myBtn" name="numberOfEmployees" ng-change="entername(data.numberOfEmployees); employeekeyPress(data.numberOfEmployees)">
598   - </div>
599   - <div class="col-xs-12 col-md-6 input-wrapper">
600   - <div id="snackbar">Error ! Please fill in all fields.</div>
601   - <div class="icon-circle-n">
602   - <i class="material-icons" style="line-height: 31px;">view_stream</i>
  570 + <input type="text" class="text-input" ng-model="data.productName" ng-required="data.stage == 'Product' || data.stage == 'Growth'" placeholder="Product Name" id="myBtn" name="productName" ng-change="entername(data.productName); productNamekeyPress(data.productName)">
  571 + <span ng-if="data.stage == 'Product' || data.stage == 'Growth'" ng-show="data.productName == undefined || data.productName == ''" style="position:absolute; top: 10px; left: 120px; color: #999">*</span>
  572 + </div>
  573 + <div class="hideform" ng-if="prototyp">
  574 + <div class="hideform" ng-if="protyp">
  575 + <div class="col-xs-12 col-md-12 f-family line-adjust">
  576 + <strong>Product Launched? </strong>
  577 + <p class="line-space" ></p>
  578 + </div>
  579 + <div class="col-xs-12 col-md-12 input-wrapper f-family">
  580 + <div class="icon-circle-ab">
  581 + <i class="material-icons" style="line-height: 30px;">launch</i>
  582 + </div>
  583 + <select name="productLaunch" ng-model="data.productLaunch" ng-change="productLaunch(data.productLaunch); productLaunchkeyPress()" ng-click="productCheck()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="productDiv">
  584 + <option selected disabled value="">Select *</option>
  585 + <option value="yes">Yes</option>
  586 + <option value="no">No</option>
  587 + </select>
  588 + </div>
  589 + <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="Productshow == 'yes'">
  590 + <strong>Product Launch Period </strong>
  591 + <p class="line-space" ></p>
  592 + </div>
  593 + <div class="col-xs-12 col-md-12 input-wrapper f-family" ng-if="Productshow == 'yes'">
  594 + <div class="icon-circle-abc">
  595 + <i class="material-icons" style="line-height: 30px;">launch</i>
  596 + </div>
  597 + <select name="launchPeriod" ng-model="data.launchPeriod" ng-change="launchPeriod(data.launchPeriod); launchPeriodkeyPress()" required style="background-color: #fff;border-radius: 0; font-size: 12px;">
  598 + <option selected disabled value="">Select</option>
  599 + <option value="less than 1 Month">less than one month</option>
  600 + <option value="less than 6 Months">less than 6 months</option>
  601 + <option value="more than 6 Months">more than 6 months</option>
  602 + </select>
  603 + </div>
  604 + </div>
  605 + <div class="col-xs-12 col-md-6 input-wrapper">
  606 + <div id="snackbar">Error ! Please fill in all fields.</div>
  607 + <div class="icon-circle-k">
  608 + <i class="material-icons" style="line-height: 31px;">web</i>
  609 + </div>
  610 + <input type="text" class="text-input" ng-model="data.websiteUrl" ng-required="Productshow == 'yes'" placeholder="Website URL *" id="myBtn" name="websiteUrl" ng-change="entername(data.websiteUrl); websitekeyPress(data.websiteUrl)">
603 611 </div>
604   - <input type="text" class="text-input" ng-model="data.revenueMonth" ng-required="Productshow == 'yes'" placeholder="Monthly Revenue *" id="myBtn" name="revenueMonth" ng-change="entername(data.revenueMonth); revenuekeyPress(data.revenueMonth)">
605   - </div>
606   - <div class="col-xs-12 col-md-12 input-wrapper f-family">
607   - <p><b>Have you risen any funding yet?</b></p>
608   - <div class="icon-circle-bc">
609   - <i class="material-icons" style="line-height: 30px;">payment</i>
  612 + <div class="col-xs-12 col-md-6 input-wrapper">
  613 + <div id="snackbar">Error ! Please fill in all fields.</div>
  614 + <div class="icon-circle-m">
  615 + <i class="material-icons" style="line-height: 31px;">link</i>
  616 + </div>
  617 + <input type="text" class="text-input" ng-model="data.demoLink" ng-required="Productshow == 'yes'" placeholder="Link to your product/app/demo *" id="myBtn" name="demoLink" ng-change="entername(data.demoLink); annualkeyPress(data.demoLink)">
610 618 </div>
611   - <select name="amount" ng-model="data.amount" ng-required="Productshow == 'yes'" ng-change="amount(data.amount); amountkeyPress()" ng-click="textCheck()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="fundingDiv">
612   - <option selected disabled value="">Select *</option>
613   - <option value="yes">Yes</option>
614   - <option value="no">No</option>
615   - </select>
616   - </div>
617   - <div class="col-xs-12 col-md-12 input-wrapper" ng-if="Textshow == 'yes'">
618   - <div class="icon-circle-y" >
619   - <i class="material-icons" style="line-height: 31px;">money</i>
  619 + <div class="col-xs-12 col-md-6 input-wrapper">
  620 + <div id="snackbar">Error ! Please fill in all fields.</div>
  621 + <div class="icon-circle-l">
  622 + <i class="material-icons" style="line-height: 31px;">format_list_numbered</i>
  623 + </div>
  624 + <input type="text" ng-pattern="/^[0-9+-]*$/" maxlength="15" class="text-input" ng-required="Productshow == 'yes'" ng-model="data.numberOfEmployees" placeholder="Number of Employees *" id="myBtn" name="numberOfEmployees" ng-change="entername(data.numberOfEmployees); employeekeyPress(data.numberOfEmployees)">
  625 + </div>
  626 + <div class="col-xs-12 col-md-6 input-wrapper">
  627 + <div id="snackbar">Error ! Please fill in all fields.</div>
  628 + <div class="icon-circle-n">
  629 + <i class="material-icons" style="line-height: 31px;">view_stream</i>
  630 + </div>
  631 + <input type="text" class="text-input" ng-model="data.revenueMonth" ng-required="Productshow == 'yes'" placeholder="Monthly Revenue *" id="myBtn" name="revenueMonth" ng-change="entername(data.revenueMonth); revenuekeyPress(data.revenueMonth)">
  632 + </div>
  633 + <div class="col-xs-12 col-md-12 input-wrapper f-family">
  634 + <p><b>Have you risen any funding yet?</b></p>
  635 + <div class="icon-circle-bc">
  636 + <i class="material-icons" style="line-height: 30px;">payment</i>
  637 + </div>
  638 + <select name="amount" ng-model="data.amount" ng-required="Productshow == 'yes'" ng-change="amount(data.amount); amountkeyPress()" ng-click="textCheck()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="fundingDiv">
  639 + <option selected disabled value="">Select *</option>
  640 + <option value="yes">Yes</option>
  641 + <option value="no">No</option>
  642 + </select>
  643 + </div>
  644 + <div class="col-xs-12 col-md-12 input-wrapper" ng-if="Textshow == 'yes'">
  645 + <div class="icon-circle-y" >
  646 + <i class="material-icons" style="line-height: 31px;">money</i>
  647 + </div>
  648 + <input type="text" name="fund" class="text-input" ng-model="data.fund" placeholder="Fill amount" ng-change="fund(data.fund); fundkeyPress(data.fund)"></input>
620 649 </div>
621   - <input type="text" name="fund" class="text-input" ng-model="data.fund" placeholder="Fill amount" ng-change="fund(data.fund); fundkeyPress(data.fund)"></input>
622 650 </div>
623   - </div>
  651 + <!-- </div> -->
624 652 <!-- <div class="identity-shadow">
625 653 <div class="icon-circle-bc">
626 654 <i class="material-icons" style="line-height: 30px;">payment</i>
... ...
... ... @@ -227,7 +227,7 @@
227 227 }
228 228 }, 1000);
229 229  
230   - var delhi = new Date("Nov 25, 2017 00:00:00").getTime();
  230 + var delhi = new Date("Nov 26, 2017 00:00:00").getTime();
231 231 // Update the count down every 1 second
232 232 var x = setInterval(function() {
233 233 // Get todays date and time
... ... @@ -493,6 +493,10 @@
493 493 if ($scope.data.stage == "Growth") {
494 494 $scope.ticketAmnt = 1000;
495 495 }
  496 +
  497 + // if ($scope.data.stage == "Visitor") {
  498 + // $scope.ticketAmnt = 500;
  499 + // }
496 500 var amount = $scope.ticketAmnt * 100
497 501 if($scope.tokencheck == true){
498 502 var amount = $scope.ticketAmnt
... ... @@ -627,6 +631,7 @@
627 631 $scope.Productshow = "no";
628 632 $scope.current = 10;
629 633 $scope.proto = true;
  634 + // $scope.visitType = true;
630 635 $scope.prototyp = false;
631 636 $scope.protyp = false;
632 637 $scope.market = false;
... ... @@ -640,10 +645,12 @@
640 645 $scope.Idea = true;
641 646 $scope.Product = false;
642 647 $scope.Growth = false;
  648 + // $scope.Visitor = false;
643 649 } else if (stage == 'Product') {
644 650 $scope.Productshow = "no";
645 651 $scope.current = 10;
646 652 $scope.proto = true;
  653 + // $scope.visitType = true;
647 654 $scope.prototyp = true;
648 655 $scope.protyp = true;
649 656 $scope.market = true;
... ... @@ -657,10 +664,12 @@
657 664 $scope.Idea = false;
658 665 $scope.Product = true;
659 666 $scope.Growth = false;
  667 + // $scope.Visitor = false;
660 668 } else if (stage == 'Growth') {
661 669 $scope.Productshow = "yes";
662 670 $scope.current = 10;
663 671 $scope.proto = false;
  672 + // $scope.visitType = true;
664 673 $scope.prototyp = true;
665 674 $scope.protyp = false;
666 675 $scope.market = true;
... ... @@ -673,8 +682,29 @@
673 682 $scope.Idea = false;
674 683 $scope.Product = false;
675 684 $scope.Growth = true;
  685 + // $scope.Visitor = false;
  686 + // } else if (stage == 'Visitor') {
  687 + // $scope.Productshow = "no";
  688 + // $scope.current = 10;
  689 + // $scope.proto = false;
  690 + // $scope.visitType = false;
  691 + // $scope.prototyp = false;
  692 + // $scope.protyp = false;
  693 + // $scope.market = false;
  694 + // $scope.risks = false;
  695 + // $scope.team = false;
  696 + // $scope.pitch = false;
  697 + // $scope.financials = false;
  698 + // $scope.businessmodel = false;
  699 + // $scope.data.stage = stage;
  700 + // // for right content
  701 + // $scope.Idea = false;
  702 + // $scope.Product = false;
  703 + // $scope.Growth = false;
  704 + // $scope.Visitor = true;
676 705 $scope.data.stage = stage;
677 706 }
  707 +
678 708 }
679 709  
680 710 $scope.emailTest = function(s){
... ...