1 Star 0 Fork 0

zhengchen/avalon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index_href.html 909 Bytes
一键复制 编辑 原始数据 按行查看 历史
qincheng 提交于 2014-02-09 12:15 . 重命名例子
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>ms-href</title>
<script src="avalon.js" type="text/javascript"></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<script>
avalon.define("xxx", function(vm) {
vm.url = {
hostname: "aaa",
pathname: "bbbb"
}
vm.menu = {
$id: "hash"
}
});
</script>
</head>
<body>
<h3 style="text-align: center">ms-href</h3>
<fieldset ms-controller="xxx">
<legend>例子</legend>
<p><a ms-href="{{url.hostname}}/{{url.pathname}}.html">link1</a></p>
<p><a ms-href="#{{menu.$id}}">link2</a></p>
<p><a ms-href="{{menu.$id}}">link3</a></p>
</fieldset>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cowboy13/avalon.git
git@gitee.com:cowboy13/avalon.git
cowboy13
avalon
avalon
master

搜索帮助