annotate src/index.html @ 396:3eab26a629e1

Revert changes relating to bodging unit onto the shaped features. Now return from the extraction service and add to the analysis item, and send into the cross-hair component with a prop.
author Lucas Thompson <dev@lucas.im>
date Thu, 01 Jun 2017 23:04:39 +0100
parents 53ea6406d601
children
rev   line source
angular-cli@0 1 <!doctype html>
angular-cli@0 2 <html>
angular-cli@0 3 <head>
angular-cli@0 4 <meta charset="utf-8">
angular-cli@0 5 <title>UglyDuckling</title>
angular-cli@0 6 <base href="/">
angular-cli@0 7
angular-cli@0 8 <meta name="viewport" content="width=device-width, initial-scale=1">
angular-cli@0 9 <link rel="icon" type="image/x-icon" href="favicon.ico">
angular-cli@0 10 </head>
angular-cli@0 11 <body>
dev@236 12 <ugly-root>Loading...</ugly-root>
angular-cli@0 13 </body>
angular-cli@0 14 </html>