会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
smallg
博客园
首页
新随笔
联系
订阅
管理
2013年1月31日
unit test for angularJs
摘要: https://github.com/vojtajina/ng-directive-testing/blob/start/test/tabsSpec.jshttp://plnkr.co/4F5VpN
阅读全文
posted @ 2013-01-31 13:38 smallg
阅读(93)
评论(0)
推荐(0)
2013年1月29日
angular js e2e test
摘要: http://docs.angularjs.org/guide/dev_guide.e2e-testing
阅读全文
posted @ 2013-01-29 18:00 smallg
阅读(128)
评论(0)
推荐(0)
wro4j配置
摘要: http://code.google.com/p/wro4j/#wro.properties file#List of preProcessorspreProcessors=htmlCompressor.html, ngTemplate.html#,lessCss,cssImport,semicolonAppender#List of postProcessorspostProcessors=ngTemplates,cssMin,uglifyJs#wro.xml file<groups xmlns="http://www.isdc.ro/wro"> <gr
阅读全文
posted @ 2013-01-29 17:58 smallg
阅读(734)
评论(0)
推荐(0)
2013年1月24日
使用angularJs templates之后,scope问题
摘要: https://github.com/angular/angular.js/issues/943建议使用$scope.data={value:xxxxxx}在view中使用{{from.value}}http://jsfiddle.net/gwpxjb/Ekf52/
阅读全文
posted @ 2013-01-24 11:25 smallg
阅读(115)
评论(0)
推荐(0)
2013年1月23日
templates of angularjs
摘要: <div ng-include src="'a.html'"></div>ngInclude|src – {string} – angular expression evaluating to URL. If the source is a string constant, make sure you wrap it in quotes, e.g. src="'myPartialTemplate.html'".
阅读全文
posted @ 2013-01-23 17:54 smallg
阅读(168)
评论(0)
推荐(0)
公告