Line 86: | Line 86: | ||
− | + | <div ng-app="" class="text-center"> | |
+ | <h2>Angular: hide&show</h2> | ||
+ | <button type="button" class="btn btn-success btn-lg" ng-click="show=true" ng-hide="show">Show Panel</button> | ||
+ | <button type="button" class="btn btn-danger btn-lg" ng-click="show=false" ng-hide="!show">Hide Panel</button> | ||
+ | <div class="well" ng-show="show" ng-hide="!show">Hi! I'm Panel</div> | ||
+ | </div> | ||
Revision as of 14:12, 28 October 2017
RESULTS:
OBJECTIVE: CREATE pgRNA
OBJECTIVE: CREATE pREPORTER
OBJECTIVE: PROMOTER LIBRARY
OBJECTIVE: RANDOM LIGATIONS
OBJECTIVE: FREEZE DRYING
OBJECTIVE: CRISPRi & gRNA EFFICIENCY
This picture shows our gRNAs working visually, but the graphs show the results of RFP detection using a microplate reader on cultures containing each of the dCas9 plasmids with one promoter-RFP-terminator brick, with its corresponding gRNA plasmid, or with a non-targeting gRNA plasmid.
Angular: hide&show
Hi! I'm Panel