公司在使用webAPI+AngularJs+SlcikGrid进行产品开发,自己也是初学Angular,就做了一个Demo,实现增删改功能,希望可以帮助大家。 界面如同所示: 数据库一张单表很简单,如图所示: 所有JS代码如下: 1 2 3 4 5 ...
原文地址:http://www.codeproject.com/Articles/808213/Developing-a-Large-Scale-Application-with-a-Single客户管理页面-新增、修改客户 单页应用中的页面与asp.net页面类似,两者都是html页面。 对于a....
分类:
Web程序 时间:
2014-12-03 23:08:19
阅读次数:
467
http://blog.csdn.net/yy374864125/article/details/41349417#t75目录(?)[-]前言AngularJS概述AngularJS是什么AngularJS简单介绍什么时候该用AngularJSAugularJS特性特性一双向的数据绑定特性二模板特性...
分类:
Web程序 时间:
2014-12-03 18:51:08
阅读次数:
198
kendo是一套强大方便的前端解决方案,而且新版还可以与angularjs集成,项目中就使用了一些kendo的控件,比如grid表格。 grid提供了过滤功能,但中文网站缺少这方面的资料,在这里整理一下kendo grid怎么使用过滤。 下面代码包含了grid的过滤所有涉及的所有设置,以这个...
分类:
其他好文 时间:
2014-12-03 18:49:46
阅读次数:
494
服务端配置1:新建一个asp.net的网站2: 创建一个服务文件:LoginService.asmx注意:记得取消[System.Web.Script.Services.ScriptService]的注释因为要使用jsonp来达到跨域访问,所以要声明输出类型和加上callback函数前缀。using...
分类:
Web程序 时间:
2014-12-03 17:07:33
阅读次数:
239
This article represents top 6 popular AngularJS topics that has been used most by the AngularJS developer community to date. The inference is derived based on number of tagged discussions happening...
分类:
Web程序 时间:
2014-12-03 09:25:09
阅读次数:
256
使用AngularJS为Elasticsearch创建一个前端
如果使用Elasticsearch使用应用的数据源,我们可以很方便的使用AngularJS结合Elasticsearch提供的相关模块为它创建一个前端。
以创建一个简单的员工信息花名册为例。
准备工作
准备工作分为以下两个方面:
添加前端依赖
安装Bower在bower.json中添加对于Angul...
分类:
Web程序 时间:
2014-12-02 10:33:59
阅读次数:
462
Js:$scope.renderHtml = function (html_code) { return $sce.trustAsHtml(html_code);};Html:
分类:
Web程序 时间:
2014-11-30 18:29:57
阅读次数:
178
Using the Chrome console, you can access your AngularJS injectable services. This is down and dirty debugging, and can be a lifesaver in troubling tim...
分类:
数据库 时间:
2014-11-30 06:46:56
阅读次数:
194