文件名称:learn-angularjs:angularjs 示例代码
文件大小:1.1MB
文件格式:ZIP
更新时间:2024-08-07 01:22:15
HTML
learn-angularjs 示例说明 基础实例 example1/index.html 基础实例-自动启动 example1/auto.html 数据绑定 example2/index.html 表达式 example3/index.html 表达式-单次绑定 example3/onetime.html 指令 example4/index.html 自定义指令 example4/create.html 过滤器 example5/index.html 私有函数 example6/index.html 多重作用域 example6/inheritance.html 单元测试 example7/index.html 查看 npm install browser-sync -g # 启动本地web服务器 browser-sync start --server 使用karma测试 示例代码为ex