pageinit():加载完后触发。
pageinit()
tap():点击后触发。
tap()
taphold():长按后触发。
taphold()
swipe()/swipeleft()/swiperight():滑动触发。
swipe()/swipeleft()/swiperight()
scrollstart()/scrolstop():开始或者结束滑动时触发。
scrollstart()/scrolstop()
orientationchange():屏幕方向改变。
orientationchange()
AngularJS的四个核心思想
依赖注入
模块化
双向绑定
语义化标签
Last updated 6 years ago