<!DOCTYPE html>
Alurapic
<!DOCTYPE html>
Alurapic
angular.module('alurapic').controller('FotosController', function($scope) {
$scope.foto = { titulo : 'Leão', url : 'http://www.fundosanimais.com/Minis/leoes.jpg' };
});
<!DOCTYPE html>
<!DOCTYPE html>
angular.module('alurapic').controller('FotosController', function($scope) {
$scope.foto = { titulo : 'Leão', url : 'http://www.fundosanimais.com/Minis/leoes.jpg' };
});
Oi Kelly, essa referência para a propriedade titulo, está na tag img? Pode colocar aqui um trecho do seu código?