[Fixed Position] Add element factory

Add element factory, which will take on responsibility
for populating initial states of elements and (if necessary)
prompting for user input. WTD-880.
This commit is contained in:
Victor Woeltjen
2015-02-20 12:21:28 -08:00
parent f1a8e84a93
commit a947ff1274
5 changed files with 90 additions and 16 deletions

View File

@@ -1 +1 @@
<img ng-src="ngModel.url" style="width: 100%; height: 100%;"></img>
<img ng-src="{{ngModel.element.url}}" style="width: 100%; height: 100%;"></img>