Skip to content

Instantly share code, notes, and snippets.

@paulfelce
paulfelce / index.html
Created February 21, 2017 14:47
Treasure Hunt Dash
<!--Shows us accessing firebaseArray and filtering-->
<!--Angular makes this crazily simple-->
<div ng-app="treasurehuntApp" ng-controller="clueController as imageCtrl ">
<ul ng-repeat = "clue in clues">
<div>{{clue.data}}</div>
<div><img width="800px" height="600px" src="{{clue.img}}">
</ul>