随笔分类 - AngularJS
AngularStrap使用
摘要:http://mgcrea.github.io/angular-strap/#/alerts
阅读全文
PopupJS弹出框
摘要:https://github.com/jlong/popupjs
阅读全文
angular-cron-gen
摘要:https://github.com/vincentjames501/angular-cron-gen
阅读全文
ng-remote-validate远程监听
摘要:https://github.com/webadvanced/ng-remote-validate
阅读全文
angular:关于ng-repeat和ng-options
摘要:二者都可用于实现下拉列表,并且度娘上有很多关于两者的内容,此处不再赘述,本文为了说明在最近的项目中遇到的相关问题,可以写成如下格式 另:附上在解决过程中尝试的方法,可能重复,有问题仅做记录(以下简写,以下两种方法都是使用ng-repeat) 【步骤】:列表list中id类型规定为number类型,首
阅读全文
ngVerify - 更高效的 angular 表单验证
摘要:https://segmentfault.com/a/1190000006612247
阅读全文
Angular.js与Bootstrap相结合实现表格分页代码
摘要:先给大家简单介绍angular.js和bootstrap基本概念。 AngularJS 是一个 JavaScript 框架。它可通过 <script> 标签添加到 HTML 页面。 AngularJS 通过 指令 扩展了 HTML,且通过 表达式 绑定数据到 HTML。 Bootstrap,来自 T
阅读全文
angularjs ng-repeat倒叙
摘要:<div ng-app="myApp" ng-controller="customersCtrl"> <table> <tr ng-repeat="x in names|orderBy:'Country'| reverse"> <td>{{ x.Name }}</td> <td>{{ x.Count
阅读全文
lodash中文文档
摘要:https://www.lodashjs.com/docs/#_chunkarray-size1
阅读全文
cron表达式 Angular-cron-jobs
摘要:http://angular-cron-jobs.github.io/angular-cron-jobs/#/#noSelectSample
阅读全文
AngularStrap
摘要:http://mgcrea.github.io/angular-strap/#/popovers
阅读全文
Angular File Upload
摘要:http://nervgh.github.io/pages/angular-file-upload/examples/simple/
阅读全文
AngularJS中ng-options实现下拉列表的数据绑定
摘要:下拉列表的简单使用 ng-option指令使用很简单,只需要绑定两个属性: 一个是ng-model用于获取选定的值; 另一个是ng-options用于确定下拉列表的元素数组。 上面这条语句就是把选择的值与engineer.currentActivity进行双向数据绑定,然后列表中的选项是activi
阅读全文
angularjs select 三级联动
摘要:angularjs select 三级联动 省份: 市/区: 县级/区域: {{selected.name}} {{selec...
阅读全文
浙公网安备 33010602011771号