generator-steroids
Version:
A Yeoman generator for Steroids
16 lines (13 loc) • 304 B
HTML
<script>
// Execute view-specific JavaScript from the controller
GalleryController.gallery();
</script>
<style>
#gallery-container > img {
width:100%;
}
</style>
<div class="content-padded">
<h2 id="placeholder-text">No pictures in the gallery!</h2>
<div id="gallery-container"></div>
</div>