diff options
| author | Yoggzo <yogg@epsina.com> | 2016-03-08 17:30:26 +0100 |
|---|---|---|
| committer | Yoggzo <yogg@epsina.com> | 2016-03-08 17:30:26 +0100 |
| commit | 89f2c4ac8cd6b0f7766170d588eae2407124f8fc (patch) | |
| tree | 6275b180b1c1f45caba3e84437119f784f5ebfba /client/partials/image/image.html | |
| parent | 66baa3ffc8bd119558eeb1e87cb05c6008df9d6f (diff) | |
| parent | 3b569b6d008d5b1936ee04948cf5c1cc08790f39 (diff) | |
Merge branch 'develop' into Evan
Diffstat (limited to 'client/partials/image/image.html')
| -rw-r--r-- | client/partials/image/image.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/partials/image/image.html b/client/partials/image/image.html new file mode 100644 index 0000000..8af8af5 --- /dev/null +++ b/client/partials/image/image.html @@ -0,0 +1,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> |
