摘要:
一、什么是routing(路由) Almost all non-trivial, non-demo Single Page App (SPA) require multiple pages. A settings page is different from a dashboard view. Th 阅读全文
posted @ 2016-04-26 17:22
$button
阅读(1871)
评论(0)
推荐(0)
摘要:
<div ng-controller="footController"> <ul > <a style="display: block;" ng-repeat="footItem in footItems"ng-click='click($index)' ng-class="{action: $in 阅读全文
posted @ 2016-04-26 15:50
$button
阅读(374)
评论(0)
推荐(0)
摘要:
林炳文Evankaka原创作品。出处http://blog.csdn.net/evankaka 本教程使用AngularJS版本:1.5.3 AngularJs GitHub: https://github.com/angular/angular.js/ AngularJs下载地址:https:// 阅读全文
posted @ 2016-04-26 10:36
$button
阅读(2625)
评论(0)
推荐(0)
摘要:
做移动端的Web也有一段时间了,踩过的坑真心不少。 下面列出一些,移动端浏览器兼容性的Bug,供大家参考。 【UC浏览器】video标签脱离文档流 场景:<video>标签的父元素(祖辈元素)设置transform样式后,<video>标签会脱离文档流。 测试环境:UC浏览器 8.7/8.6 + A 阅读全文
posted @ 2016-04-26 09:30
$button
阅读(336)
评论(0)
推荐(0)