AngularJS+ui.bootstrap实现图片轮播
摘要:原地址:http://blog.csdn.net/yateswang/article/details/47751477 AngularJS carousel ...
阅读全文
posted @
2017-04-27 13:43
qinyahui
阅读(245)
推荐(0)
angularjs error
摘要:302 : 解决方法,首先看路由是否正确,如果正确,还是走error方法不进controller,查看项目中是否有拦截器,很可能是被拦截掉啦,希望对遇到302错误的同胞有所帮助 400 : BadRequest错误,传递参数结构存在问题
阅读全文
posted @
2017-02-14 17:09
qinyahui
阅读(95)
推荐(0)
angularjs中异常处理
摘要:1.TypeError: Cannot read property '$valid' of undefined a. Add ng-submit attribute to the form: b. ng-click 过程中加入参数 详情参考:http://stackoverflow.com/ques
阅读全文
posted @
2016-11-16 14:10
qinyahui
阅读(203)
推荐(0)
angularjs小知识
摘要:字符串和对象的转化 :angular.fromJson(jsonStr) 对象转字符串 :angular.toJson(obj) jsonStr:json字符串 obj:对象
阅读全文
posted @
2016-11-01 17:36
qinyahui
阅读(102)
推荐(0)
angularjs sortbale
摘要:参考地址:http://kamilkp.github.io/angular-sortable-view 案例:jsp:
阅读全文
posted @
2016-08-05 14:11
qinyahui
阅读(455)
推荐(0)
angularjs hover
摘要:<ul class="pdl-15"><li ng-repeat="order in vm.selectOrders" ng-class="{styleSwitch: hover}"><div class="width-90b float-left selectedOption">{{order.o
阅读全文
posted @
2016-06-28 13:29
qinyahui
阅读(1052)
推荐(0)
angularjs kindEditor 中自定义按钮 弹出dialog
摘要:1.angular-kindeditor.js 第38行左右加editorConfig.items = ["placehoder"];2.en.js 第234行 placeholder : 'placeholder'3./placeholder/placehoder.js KindEditor.pl
阅读全文
posted @
2016-04-27 14:25
qinyahui
阅读(610)
推荐(0)
angularjs 教程网址参考
摘要:http://www.ituring.com.cn/article/203546
阅读全文
posted @
2016-04-25 11:03
qinyahui
阅读(90)
推荐(0)
angularjs kindEditor 中content获得不到值
摘要:angularjs kindEditor 中content获得不到值需要修改下angular-kindeditor.js angular-kindeditor.jsif (KindEditor) { var editor = KindEditor.create(editorId, editorCon
阅读全文
posted @
2016-04-22 10:21
qinyahui
阅读(450)
推荐(0)