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
Using Angular, you can actually access the scope and other things from the console, so when you have a live web page, you can dive in and grab things ...
分类:
数据库 时间:
2014-11-30 00:12:20
阅读次数:
206
Access Data From HTML {{todo.item}} /** * Created by Answer1215 on 11/29/2014. */function ToDoServices($q, $timeout) { var ToDoServic...
分类:
数据库 时间:
2014-11-29 22:57:50
阅读次数:
336