forked from IstanbulPHP/2015.phpkonf.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodal.html
More file actions
20 lines (20 loc) · 735 Bytes
/
Copy pathmodal.html
File metadata and controls
20 lines (20 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="" id="speakers-1">
<div class="md-content">
<div class="speakers-modal-cont">
<div class="img-cont">
<figure>
<img ng-src="{{ speaker.image }}" class="img-responsive" alt="slide"/>
</figure>
</div>
<div class="speakers-about-cont">
<h3>{{ speaker.name }}</h3>
<h4>{{ speaker.works }}</h4>
<div ng-bind-html="speaker.bio | html"></div>
</div>
</div>
<div class="clearfix"></div>
<!-- <button class="button_close md-close" ng-click="closeThisDialog()">+</button> -->
</div>
</div>
<div class="md-overlay"></div>
<!--Modal box overlay-->