summaryrefslogtreecommitdiff
path: root/client/partials/image/image.html
blob: 8af8af5dea556b199f7eaae696da9414711cf924 (plain)
1
2
3
4
5
6
7
8
9
10
 <div class="panel panel-default" ng-controller="imageCtrl">
    <div class="panel-heading">
        Images disponibles
    </div>
    <div class="panel-body">
        <div ng-repeat="image in images">
			{{image.name}}
		</div>
    </div>
</div>