Fixing the about page
This commit is contained in:
commit
eb393cb189
|
@ -20,7 +20,7 @@ angularIO.directive('biocard', function($rootScope, $timeout, $mdDialog) {
|
|||
$mdDialog.show({
|
||||
parent: angular.element(document.body),
|
||||
targetEvent: $event,
|
||||
scope: scope, // use parent scope in template
|
||||
scope: scope.$new(), // Uses prototypal inheritance to gain access to parent scope
|
||||
preserveScope: true,
|
||||
template:
|
||||
'<md-dialog class="modal" aria-label="List dialog">' +
|
||||
|
|
Loading…
Reference in New Issue