wonderfan / javascript

Explore the power of HTML,CSS and JavaScript
1 stars 0 forks source link

内置的directives #59

Closed wonderfan closed 9 years ago

wonderfan commented 9 years ago
wonderfan commented 9 years ago

可以通过css来掩盖page耗时加载的问题

wonderfan commented 9 years ago

ng-include的作用是在当前页面加入其他页面的内容。

wonderfan commented 9 years ago

ng-show和ng-hide可以控制元素的显示和隐藏

wonderfan commented 9 years ago

ng-repear用于输出数据集合

wonderfan commented 9 years ago

ng-click 处理鼠标单击事件

wonderfan commented 9 years ago

ng-form,ng-model和ng-submit是用来出来表单提交的。

wonderfan commented 9 years ago

ng-animate是通过css和event来作用于元素的,需要书写ng-enter,ng-leave,ng-enter-active的样式规则