码迷,mamicode.com
首页 >  
搜索关键字:angular-js    ( 610个结果
AngularJS(v1.4.0-rc.1) filter 从数组项中选择一个子集
<!doctypehtml> <htmlng-app="dynamicTemplate"> <head> <scriptsrc="jslib/angular.js"></script> <scripttype="text/javascript"> angular.module(‘dynamicTemplate‘,[]).controller(‘PhoneListCtrl‘,function($scope){ $scope.pho..
分类:编程语言   时间:2015-05-16 01:39:09    阅读次数:328
AngularJS 动态模板
AngularJS版本:AngularJSv1.4.0-rc.1<!doctypehtml> <htmlng-app="dynamicTemplate"> <head> <scriptsrc="jslib/angular.js"></script> <scripttype="text/javascript"> angular.module(‘dynamicTemplate‘,[]).controller(‘PhoneListCt..
分类:Web程序   时间:2015-05-15 18:01:45    阅读次数:127
Angular JS
简介AngularJS 是一个为动态WEB应用设计的结构框架,提供给大家一种新的开发应用方式,这种方式可以让你扩展HTML的语法,以弥补在构建动态WEB应用时静态文本的不足,从而在web应用程序中使用HTML声明动态内容。AngularJS有五个主要核心特性,如下介绍:1.双向数据绑定 —— 实现了...
分类:Web程序   时间:2015-05-15 12:02:39    阅读次数:200
angular bootstrap template (collected from google)
Free Angular JS Themes and Templateshttp://startangular.com/10+ Best Responsive HTML5 AngularJS Templates in 2014 http://www.responsivemiracle.com/col...
分类:其他好文   时间:2015-05-14 23:48:10    阅读次数:194
Angular JS + Express JS入门搭建网站
3月份开始,接到了新的任务,跟UI开发有关,用的是Angular JS,Express JS等技术。于是周末顺便学习下新技术。 组里产品UI架构如下: 其中前端,主要使用Angular JS框架,另外配合Bootstrap提供的很多控件以及JQuery,后台主要是Express JS搭建的W...
分类:Web程序   时间:2015-05-11 23:25:42    阅读次数:193
[转]How to Create Custom Filters in AngularJs
本文转自:http://www.codeproject.com/Tips/829025/How-to-Create-Custom-Filters-in-AngularJsIntroductionFilter in Angular JS is a way that will help you to r...
分类:Web程序   时间:2015-05-08 10:47:39    阅读次数:151
使用protractor操作页面元素
Protractor是为Angular JS应用量身打造的端到端测试框架。它可以真实的驱动浏览器,自动完成对web应用的测试。Protractor驱动浏览器使用的是WebDriver标准,所以使用起来与其他语言实现的WebDriver库大体相同。当然,我说大体相同那肯定还是有不同的地方。一旦不注意这...
分类:其他好文   时间:2015-05-04 19:53:18    阅读次数:1591
Intergate flot with Angular js ——Angular 图形报表
下面这篇文章最终的结论就是 Flot 插件 结合 Angular 的Directive 来处理 图表的绘制给出github上的一个demo源码。https://gist.github.com/flyysr/ba3a51cdbfcae7f53dec最近项目中遇到了要显示图形报表的问题,项目的前端架构主...
分类:Web程序   时间:2015-04-21 20:10:01    阅读次数:148
DockerWEB管理界面-shipyard
Docker的命令行就已经很好用了,如果非要加上基于Web的管理界面的话也有一些选择,如DockerUI(Angular.js),Dockland(Ruby),Shipyard(Python/Django)等,不过目前来看Shipyard项目要活跃一点,Shipyard支持多host,可以把多个Dockerhost上的containers统一管理;可以查看p_w_pic..
分类:Web程序   时间:2015-04-18 06:28:13    阅读次数:277
【AngularJs】---$sce 输出Html
【问题描述】angular js的强大之处之一就是他的数据双向绑定功能----->ng-bind和针对form的ng-model但在我们的项目当中会遇到这样的情况,后台返回的数据中带有各种各样的html标签angularJs输出html的时候,浏览器并不解析这些html标签我们用ng-bind-ht...
分类:Web程序   时间:2015-04-10 19:47:26    阅读次数:120
610条   上一页 1 ... 53 54 55 56 57 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!