AngularJS animations and TweenLite make it really easy to create cool 3d effects in your application. <!DOCTYPE html> <html ng-app="helloGreensock"> <head lang="en"> <meta charset="UTF-8"> <title>…
AngularJS路由问题解决 遇到了一个棘手的问题:点击优惠详情时总是跳转到药店详情页面中去.再加一层地址解决了,但是后来发现问题还是来了: Could not resolve 'yhDtlMaintain/yhdetail' from state 'yhMaintain' 药店详情 http://192.168.1.118:8088/lmapp/index.html#/0 优惠券详情 http://192.168.1.118:8088/lmapp/index.ht…
AngularJS+BootStrap实现弹出对话框 参考资料: http://angular-ui.github.io/bootstrap/#/modal https://www.zybuluo.com/bornkiller/note/6023 http://www.html5jq.com/fe/angular_node/20141127/13.html 若想要实现对话框弹出效果,可以使用angular的$modal服务.Github上的解释如下: $modal is a service to…