src_js/iconolab-bundle/index.html
author durandn
Fri, 16 Dec 2016 11:35:10 +0100
changeset 284 f52b0f6e2cd9
parent 146 f912b591e1c1
child 299 fb07469bfb55
permissions -rw-r--r--
added fields on metacategories, annotations to track the validation state of the annotation, with example handler in signals that check and update the state when a relevant metacategory is posted.

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>iconolab-bundle</title>
  </head>
  <body>
    	<div id="AppContainer">
    		<cutout></cutout>
			<typeahead></typeahead>    		
    	</div>
    <script src="dist/build.js"></script>
  </body>
</html>