salix/index.html

23 lines
724 B
HTML
Raw Normal View History

2016-09-29 05:10:58 +00:00
<!doctype html>
<html>
2016-10-05 05:55:53 +00:00
<head>
<title>Salix</title>
</head>
<body>
<div id="app">
{{1+1}}
2016-10-05 13:19:28 +00:00
<div ui-view></div>
2016-10-05 13:22:10 +00:00
<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>
2016-10-06 07:20:57 +00:00
<vn-label text="hola mundo"></vn-label>
2016-10-05 13:22:10 +00:00
</div>
2016-10-05 05:55:53 +00:00
<script type="text/javascript" src="build/salix.app.js" selector="#app"></script>
</body>
2016-10-05 06:03:43 +00:00
</html>