
AngularJS
太阳会照常升起
很6
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
笔记
同步 git pull 如果本地和git有冲突,那么git reset –hard http://www.myexception.cn/javascript/1595205.html ionic 中 button-block 样式按钮显示为:display: block,它将完全填充父元素的宽度,包含了内边距属性paddin原创 2016-04-21 16:14:29 · 272 阅读 · 0 评论 -
Angular JS 基础
restrict 约束,限制 template 模版 <script> var myModel=angular.module("myApp",[]); myModel.controller("helloAngular",['$scope',function($scope){ $scope.mygressting={ text:'hello'原创 2016-04-21 19:55:02 · 491 阅读 · 0 评论