1 Star 0 Fork 0

zhengchen/avalon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
aa2.html 944 Bytes
一键复制 编辑 原始数据 按行查看 历史
司徒正美 提交于 2014-03-14 20:20 . update avalon
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<script src="avalon.js"></script>
<script>
require("avalon.live", function() {
var model = avalon.define("test", function(vm) {
vm.array = [1, 2, 3, 4]
vm.fn = function() {
console.log(this.innerHTML)
}
vm.aaa = "0000"
vm.bbb = "<b>ddd</b>"
})
avalon.scan()
})
</script>
</head>
<body>
<div ms-controller="test">
<div>11111111111</div>
<div>22222{{aaa}}2222{{bbb|html|uppercase}}</div>
<div>33333333333</div>
</div>
<table ms-controller="test">
<tr ms-each="array"><td ms-click="fn">{{el}}</td></tr>
</table>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cowboy13/avalon.git
git@gitee.com:cowboy13/avalon.git
cowboy13
avalon
avalon
master

搜索帮助