主要是应用于AngularJs 的Post提交问题,对应Form表单验证同时提交信息,据说Post原有的提交是使用了Json方式提交的,因此需要转换后,提交到后台 方便获取数据...
分类:
Web程序 时间:
2015-04-14 18:03:37
阅读次数:
437
> Collection of some commonly used style guide > From:https://github.com/xiaobeicn/Style-Guide-Collection ---- ### A * Angular + [johnpapa/angularjs-style-guide](https://github.com/johnpapa/angul...
分类:
其他好文 时间:
2015-04-14 13:09:24
阅读次数:
100
今天推荐的是一个系列文章,讲述了如何使用ASP.NET 5来开发AngularJS应用,一共7篇文章。 在Visual Studio 2015中由于优化了项目结构,优化了前端JS框架的引用方式,所以开发AngularJS这样的应用就更加方便了。 这个讲述如何使用ASP.NET 5来开发Angular...
分类:
Web程序 时间:
2015-04-14 00:38:24
阅读次数:
122
项目中把controller、service抽取出来一步一步没有报错index那里加 就报错了【原因】我抽取出来的controller头部也这样写了angular.module('gflt.controllers', [])正确写法angular.module('gflt.controllers')
分类:
Web程序 时间:
2015-04-13 18:36:38
阅读次数:
770
使用注入器的invoke()方法,可以直接调用一个用户自定义的函数体,并通过函数参数 注入所以来的对象:angular.injector(['ng']).invoke(function($http){ //do sth. with $http});也可以使用注入器的get()方法,获得指定名称...
Ionic 框架介绍 Ionic是一个基于Angularjs、可以使用HTML5构建混合移动应用的用户界面框架,它自称为是“本地与HTML5的结合”。该框架提供了很多基本的移动用户界面范例,例如像列表(lists)、标签页栏(tab bars)和触发开关(toggle switches)这样的简单....
分类:
移动开发 时间:
2015-04-13 14:13:37
阅读次数:
218
从官网下载了最新版本的Angularjs 版本号:1.3.15做一个简单的路由功能demo首页:index.html 1 2 3 4 5 6 测试 7 8 9 10 11 12 {{someText}}13 14 ...
分类:
Web程序 时间:
2015-04-13 14:13:27
阅读次数:
131
1. Install webpack & angular:npm install webpack angular2. Create webpack.config.js file:module.exports = { context: __dirname + '/app', entry: ...
分类:
Web程序 时间:
2015-04-13 06:53:35
阅读次数:
220
direictives/index.js:module.exports = function(ngModule) { //register all the directives here require('./hello')(ngModule);};directives/hello.js...
分类:
Web程序 时间:
2015-04-13 06:51:49
阅读次数:
223
http://angular-transitions.mgechev.com/#/repeathttp://bubkoo.com/2014/01/01/angular/ui-router/guide/state-manager/http://angular-ui.github.io/ui-route...
分类:
Web程序 时间:
2015-04-12 11:55:07
阅读次数:
168