码迷,mamicode.com
首页 >  
搜索关键字:angular $http.post    ( 5418个结果
七步从Angular.JS菜鸟到专家(1):如何开始
AngularJS 重新定义了前端应用的开发方式。面对HTML和JavaScript之间的界线,它非但不畏缩不前,反而正面出击,提出了有效的解决方案。很多前端应用的开发框架,比如Backbone、EmberJS等,都要求开发者继承此框架特有的一些JavaScript对象。这种方式有其长 处,但它不必...
分类:Web程序   时间:2014-12-06 12:34:02    阅读次数:222
angular : ui-router 操作原理
titleui-router 会去解析body里的ui-sref,title对ui-router来说是一种状态,接着会去找着状态$stateProvider .state('title', { url: '/title', ... })state就是状态,发现了就会把ti...
分类:其他好文   时间:2014-12-05 12:17:38    阅读次数:165
C# webApi 与 AngularJs 实现增删改Demo 讲解(一)
公司在使用webAPI+AngularJs+SlcikGrid进行产品开发,自己也是初学Angular,就做了一个Demo,实现增删改功能,希望可以帮助大家。 界面如同所示: 数据库一张单表很简单,如图所示: 所有JS代码如下: 1 2 3 4 5 ...
分类:Windows程序   时间:2014-12-04 00:40:48    阅读次数:595
谈谈异步编程
目前需求中涉及到大量的异步操作,实际的页面越来越倾向于单页面应用。以后可以会使用backbone、angular、knockout等框架,但是关于异步编程的问题是首先需要面对的问题。随着node的兴起,异步编程成为一个非常热的话题。经过一段时间的学习和实践,对异步编程的一些细节进行总结。1.异步.....
分类:其他好文   时间:2014-12-03 18:57:37    阅读次数:271
angular学习笔记(三十一)-$location(2)
之前已经介绍了$location服务的基本用法:angular学习笔记(三十一)-$location(1).这篇是上一篇的进阶,介绍$location的配置,兼容各版本浏览器,等.*注意,这里介绍的是基于angular-1.3.2版本的,低版本的$location可能会有问题.hashbang模式和...
分类:其他好文   时间:2014-12-03 18:46:39    阅读次数:197
angular.foreach 格式
angular有自己的生命周期。循环给一个 angular监听的变量复值时。最好还是用angular自带的循环方法。“angular.foreach”格式:var objs =[{a:1},{a:2}];angular.forEach(objs, function(data,index,array)...
分类:其他好文   时间:2014-12-02 13:30:38    阅读次数:164
从安意如,到梦天岚
我现在坚持模块独立和解耦合设计,这是核心。任何需要绑定某端所体现其能力者,我一概拒绝。...
分类:其他好文   时间:2014-12-01 16:00:18    阅读次数:215
[AngularJS] Accessing Scope from The Console
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
[AngularJS] Using the Angular scope $destroy event and method
With Angular scopes, you have access to a$destroyevent that can be used to watch $scope events. This is used for cleanup, and gives you a final opport...
分类:Web程序   时间:2014-11-29 08:24:13    阅读次数:477
web(七)--angular从cgi获取数据
一. cgi用前面小节的req_resp.cpp, 这里略去cgi的编译和部署.二. 下面的几个文件在同一个目录.1. index.py 增加两处:(1) (r"/index.py/angularjs_cgi", AngularjsCgiHandler)(2)class AngularjsCgi.....
分类:Web程序   时间:2014-11-27 20:16:29    阅读次数:339
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!