salix/index.html

23 lines
724 B
HTML

<!doctype html>
<html>
<head>
<title>Salix</title>
</head>
<body>
<div id="app">
{{1+1}}
<div ui-view></div>
<a ui-sref="index">index</a>
<a ui-sref="add">add</a>
<a ui-sref="edit">edit</a>
<a ui-sref="delete">delete</a>
<vn-button text="texto del boton"></vn-button><br>
<vn-check text="texto del text" ></vn-check><br>
<vn-radio text="texto del radio"></vn-radio><br>
<vn-textfield text="prueba" type="email"></vn-textfield><br>
<vn-label text="hola mundo"></vn-label>
</div>
<script type="text/javascript" src="build/salix.app.js" selector="#app"></script>
</body>
</html>