This commit is contained in:
Alex Wolfe 2015-03-01 23:49:34 -08:00
parent ee99ae475f
commit f710219237
2 changed files with 2 additions and 8 deletions

View File

@ -23,10 +23,4 @@
a(href="https://twitter.com/#{person.twitter}" class="bio-card-twitter") #{person.twitter}
p(class="text-body" ng-click="showBio($event)") #{person.bio}
a(href="#{person.website}" class="button" md-button) Website
md-dialog
md-content
md-subheader(class="md-sticky-no-effect") Mango
p The mango is a juicy stone fruit belonging to the genus Mangifera, consisting of numerous tropical fruiting trees, cultivated mostly for edible fruit. The majority of these species are found in nature as wild mangoes. They all belong to the flowering plant family Anacardiaceae. The mango is native to South and Southeast Asia, from where it has been distributed worldwide to become one of the most cultivated fruits in the tropics.
a(href="#{person.website}" class="button" md-button) Website

View File

@ -29,7 +29,7 @@ angularIO.controller('AppCtrl', ['$scope', '$mdSidenav', '$mdDialog', function($
$mdDialog.show(
$mdDialog.alert()
.title('This is an alert title')
.title('Full Bio')
.content(bio)
.ariaLabel('Password notification')
.ok('Done')