码迷,mamicode.com
首页 >  
搜索关键字:angularjs watch    ( 7106个结果
Angularjs切换网站配色模式简单示例2(切换body元素的class)
一个网站可以有多种配色方案,例如正常模式,夜间模式等。 简单示例一个通过点击toggle 按钮,切换body元素的class,达到切换配色模式的angularjs小app。 1. Live范例可以在以下Codepen网址查看: http://codepen.io/ChristyWang/pen/NPxNMx 2. Toggle button源代码由以下网站生成:https://p...
分类:Web程序   时间:2014-12-06 06:35:01    阅读次数:278
CF 412 D Giving Awards(拓扑排序)
The employees of the R1 company often spend time together: they watch football, they go camping, they solve contests. So, it's no big deal that sometimes someone pays for someone else. Today is the...
分类:编程语言   时间:2014-12-04 23:16:43    阅读次数:244
Service and controller in angularJs
Separation of concern is at the heart while designing an AngularJS application. Your controller must be responsible for binding model data to views us...
分类:Web程序   时间:2014-12-04 19:37:03    阅读次数:173
C# webApi 与 AngularJs 实现增删改Demo 讲解(一)
公司在使用webAPI+AngularJs+SlcikGrid进行产品开发,自己也是初学Angular,就做了一个Demo,实现增删改功能,希望可以帮助大家。 界面如同所示: 数据库一张单表很简单,如图所示: 所有JS代码如下: 1 2 3 4 5 ...
分类:Windows程序   时间:2014-12-04 00:40:48    阅读次数:595
[译]用AngularJS构建大型ASP.NET单页应用(二)
原文地址: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
[转载]angularjs学习总结 详细教程
http://blog.csdn.net/yy374864125/article/details/41349417#t75目录(?)[-]前言AngularJS概述AngularJS是什么AngularJS简单介绍什么时候该用AngularJSAugularJS特性特性一双向的数据绑定特性二模板特性...
分类:Web程序   时间:2014-12-03 18:51:08    阅读次数:198
kendo grid的过滤filter
kendo是一套强大方便的前端解决方案,而且新版还可以与angularjs集成,项目中就使用了一些kendo的控件,比如grid表格。 grid提供了过滤功能,但中文网站缺少这方面的资料,在这里整理一下kendo grid怎么使用过滤。 下面代码包含了grid的过滤所有涉及的所有设置,以这个...
分类:其他好文   时间:2014-12-03 18:49:46    阅读次数:494
【AngularJS】通过jsonp与webmethod交互,实现ajax验证
服务端配置1:新建一个asp.net的网站2: 创建一个服务文件:LoginService.asmx注意:记得取消[System.Web.Script.Services.ScriptService]的注释因为要使用jsonp来达到跨域访问,所以要声明输出类型和加上callback函数前缀。using...
分类:Web程序   时间:2014-12-03 17:07:33    阅读次数:239
AngularJS - Top 6 Concepts that Developers Loved
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 简易入门
AngularJS的入门材料
分类:Web程序   时间:2014-12-02 22:30:57    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!