HaoJu Zheng

Results 89 comments of HaoJu Zheng

关于 html2js 在angular指令的应用 http://bahmutov.calepin.co/angular-templates.html 关于 grunt 和 angular http://stackoverflow.com/questions/21056767/angular-and-grunt

### AngularJS 资料收集 Angular-Datatables http://l-lin.github.io/angular-datatables/#/bindAngularDirective Creating D3.js Charts using AngularJS Directives http://cloudspace.com/blog/2014/03/25/creating-d3.js-charts-using-angularjs-directives/#.VMsX4i79Q0o CSS Shapes Editor for Chrome https://www.youtube.com/watch?v=zdWsBZiGiZc Writing a CSS Parser in JavaScript https://medium.com/jotform-form-builder/writing-a-css-parser-in-javascript-3ecaa1719a43 Angularjs form validation https://scotch.io/tutorials/angularjs-form-validation Sort...

#### Attribute passing 知识点: scope设置 - No scope set: 共享scope - set true: 产生一个子的scope - set {}: 产生一个隔离的scope [如何对隔离的scope传参数](https://docs.angularjs.org/api/ng/service/$compile#directive-definition-object) - = - & - @ **HTML** ``` html ``` **JavaScript**...

#### Sub-directives 知识: transclude设置为true会产生一个新的scope [关于transclude scope 和 隔离scope 的分析](http://stackoverflow.com/questions/16653004/confused-about-angularjs-transcluded-and-isolate-scopes-bindings),抽时间在学习吧! **html** ``` html {{app.current}} ``` **JavaScript** ``` javascript angular.module('test', []).factory('MultiTransclude', () => { return { transclude: (iElm, transcludeFn) => { transcludeFn((clone)...

三个例子源码: https://github.com/hjzheng/CUF_meeting_knowledge_share/tree/master/2015-5-20

#### 两个非常有意思的东西(翻墙) - [jquerymy.js](http://jquerymy.com/?utm_source=javascriptweekly&utm_medium=email#CW-how-it-wor): A lightweight jQuery plugin for complex two-way data binding in real time. 一个轻量级Jquery插件用于实现复杂的双向数据绑定 - [Basket.js](https://medium.com/@karimaliz/basket-js-script-loader-that-caches-scripts-in-localstorage-544a93827a5): Script loader that caches scripts in localStorage. 在localStorage中缓存脚本

PPT github 地址: https://github.com/hjzheng/bh-share-repo

这次分享的PPT也已经迁移到 https://github.com/hjzheng/CUF_PPTs

### git常用命令总结 - git clone url //检出项目 - git status //查看项目状态 - git add `` //use "git add" to track(跟踪文件) - git commit `` //提交文件到本地库 - git push //提交文件到运程库(github) -...

### 一周前端好文收集 #### Chrome 37 support `` element http://updates.html5rocks.com/2014/07/dialog-element-shipped-in-Chrome-37-Beta http://demo.agektmr.com/dialog/ #### Getting Started with CSS Shapes http://www.html5rocks.com/en/tutorials/shapes/getting-started/ #### SVG animations http://css-tricks.com/guide-svg-animations-smil/?utm_source=CSS-Weekly&utm_campaign=Issue-132&utm_medium=web #### colors http://coolors.co/intro/ #### Responsive CSS Framework Comparison http://responsive.vermilion.com/compare.php...