' +
' ' +
- '
' +
- ' ' + name + '
' +
- ' ' + $twitter + $website + '
' +
- ' ' + bio + '
' +
+ '
' +
+ ' ' + scope.name + '
' +
+ ' ' + scope.$twitter + scope.$website + '
' +
+ ' ' + scope.bio + '
' +
' ' +
' ' +
' ' +
@@ -31,11 +30,11 @@ angularIO.directive('bio', function($rootScope, $timeout) {
'
' +
'',
locals: {
- items: $scope.items
+ items: scope.items
},
controller: DialogController
});
- };
+ });
function DialogController(scope, $mdDialog, items) {
scope.items = items;