{{photo.title || 'Untitled'}}
+{{photo.description}}
+diff --git a/README.md b/README.md index 1d524f3..293f1d9 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,17 @@ Clone this repo and create a responsive image gallery using the gallery.json fil Make sure to document your decision process in your code and elaborate on challenges and solutions in your commit messages and pull requests. Keep in mind, this is more about problem solving rather than strictly skill with code. Highlight areas you are strong in, but don't sweat any weaker areas too much. + + +#To Run: + +Serve files from a local server in order for json to be fetched with angular $http. + +e.g. + +``` +cd to/location/of/UIDev-substrate +python -m SimpleHTTPServer 8080 +``` + +Then in browser go to localhost:8080 and see result diff --git a/index.html b/index.html new file mode 100644 index 0000000..5dd5298 --- /dev/null +++ b/index.html @@ -0,0 +1,31 @@ + + +
+{{photo.description}}
+