码迷,mamicode.com
首页 >  
搜索关键字:angular directive    ( 5965个结果
angularjs 实现排序功能
实现公式:{{orderBy_expression | orderBy:expression:reverse}}Examplevar app=angular.module("myApp",[]); app.controller("Ctrl",function($scope){ $scope.fri....
分类:Web程序   时间:2014-07-22 23:07:52    阅读次数:960
angular学习笔记(一)
入门实例:一个购物车产品清单,可以自行改变数量,总价自动计算的小例子:代码如下: 1.1实例:购物车 your shopping cart {{item.title}} {{item.price|curren...
分类:其他好文   时间:2014-05-01 13:50:25    阅读次数:346
关于According to TLD or attribute directive in tag file, attribute value does not accept any expressions异常
在做项目时遇到了这个异常,网上一查才知道 JSTL core库的版本问题。 当我们在web.xml中使用: ..... 时 我们在jsp才用方式引入。 而当我们的web.xml是 或 则需要: 在jsp中用方式引入。 若若版本不对应在运行时可能...
分类:其他好文   时间:2014-04-30 19:40:13    阅读次数:443
Angularjs学习---angularjs环境搭建,ubuntu 12.04下安装nodejs、npm和karma
1.下载angularjs进入其官网下载:https://angularjs.org/?,建议下载最新版的:https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.7/angular.js所有版本:https://code.angular...
分类:Web程序   时间:2014-04-29 14:36:28    阅读次数:895
你已经毁了JavaScript
你已经毁了JavaScript(注* 之前我们比较过Angular.JS和Backbone, 作者以AngularJS为例,表明了他对JS领域过度使用设计模式的焦躁,言辞激烈,引起广泛讨论) 以前 过去我们在页面上用很时尚的方式写了一些确实很可怕的代码,它给我们带来了巨大的麻烦。可能很多人现在还.....
分类:编程语言   时间:2014-04-28 16:46:29    阅读次数:666
5965条   上一页 1 ... 595 596 597
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!