Posts match link tag:

angular-scroll-watch v0.6.0 released!

February 13, 2016
https://goo.gl/si0KoH 好久沒動這個 repo ww 終於有人想要讓它上 npm,只好照做一發囉 有了之前在 angular-highlightjs 的經驗 ,這次已經非常上手的馬上搞好了 YA

angular-highlightjs v0.5.0 released!

November 07, 2015
https://github.com/pc035860/angular-highlightjs/releases/tag/v0.5.0 本來以為之前解掉神秘的 Webpack 問題,這次竟然因為有人嘗試使用 RequireJS 而破功 (X) 之前的 Webpack 問題 https://github.com/pc…

angular-easyfb v1.4.0 released!

September 20, 2015
https://goo.gl/9tPWeC 支援 Ad Preview Plugin 有鑑於支援 Ad Preview Plugin ,將預設的 platform version 改為最新的 2.4 這次再版號上面其實是有點糾結的,主要是因為經歷了 Facebook Platform…

angular-easyfb v1.3.1 released!

June 13, 2015
https://goo.gl/jKvPnc 為了 adaptive width 的 plugin (目前只有 fb-page ),調整 directive parsing 的流程 支援 Embedded Video Player 想不到才隔一天馬上又 release…

angular-easyfb v1.3.0 released!

June 11, 2015
https://goo.gl/ky60u0 把預設的 ezfb.init() 中的 version 拉到 v2.0 新增 Page plugin 支援 要說今晚為什麼一事無成都是因為在忙這個 原本只是想說把人家發的 PR 處理一下,畢竟那個 PR 延宕已久,之前寫 comment…

angular-highlightjs v0.3.2 released!

November 02, 2014
https://github.com/pc035860/angular-highlightjs/releases/tag/v0.3.2 在純粹使用 hljs 來套色的時候,可以透過新的屬性 escape="{expresson}" 或 no-escape 來取消原本預設的自動 HTML entity…

angular-easyfb v1.2.0 released!

October 14, 2014
https://github.com/pc035860/angular-easyfb/releases/tag/v1.2.0 支援不知道什麼開始出現的 App Events for Canvas API 我發現 Parse 的人好像真的不少。 最近一次被路人推薦之後,馬上下面對話就有人問 Parse…

Understanding Gutter Positions in Susy

September 07, 2014
http://www.zell-weekeat.com/susy-gutter-positions/ One question that was asked in the Susy survey I created a month ago really stood out to me. The question is…

New repo: angular-scroll-watch

August 24, 2014
https://github.com/pc035860/angular-scroll-watch 這次的新 module 可以讓你在 AngularJS 裡碰到與捲動高度有關的事情時更快樂喔~ 心得 好久沒有發 release 文 果然貼 gif 就是很爽 這次的 README.md 寫了我整整 3.…

angular-easyfb v1.1.0 released!

July 05, 2014
https://github.com/pc035860/angular-easyfb/releases/tag/v1.1.0 升級 JS SDK 版本,支援 Facebook platform versioning 為了向下相容,預設使用的 platform 版本是 v1.0 Facebook…

angular-highlightjs v0.3.0 released!

May 25, 2014
https://github.com/pc035860/angular-highlightjs/releases/tag/v0.3.0 新增 compile directive 選項 更新 bower.json 裡的 dependency 這好像是我第一次發 angular-highlightjs…

angular-easyfb v1.0.0 released!

March 29, 2014
https://github.com/pc035860/angular-easyfb/releases/tag/v1.0.0 $FB service 改名為 ezfb 一些 local 的 DI 也都改名了 $fbInitParams -> ezfbInitParams $fbAsyncInit…

angular-easyfb v0.3.1 released!

March 13, 2014
https://github.com/pc035860/angular-easyfb/releases/tag/v0.3.1 內建的 social plugin directive 們支援套用動態字串參數 不知道算是「修 bug」還是「加 feature」 寫 directive…

angular-easyfb v0.3.0 released!

March 04, 2014
https://github.com/pc035860/angular-easyfb/releases/tag/v0.3.0 可以自訂 FB JS SDK 的載入 所有 Facebook social plugin 變成內建 directive,換句話說什麼都不用做就會 work 承上,deprecate…

ngQueue v0.1.0 released!

January 01, 2014
https://github.com/pc035860/ngQueue/releases/tag/v0.1.0 The very first release. 其實關於 ngQueue ,早在 用 ngQueue 來完成需要排隊的非同步工作 就已經有介紹過用法了。不過當時在 GitHub 的 release…

angular-easyfb v0.2.2 released!

January 01, 2014
https://github.com/pc035860/angular-easyfb/releases/tag/v0.2.2 setInitFunction() in configure block for initialization customization Make $FB.Event…

angular-easyfb v0.2.1 released!

December 25, 2013
https://github.com/pc035860/angular-easyfb/releases Changelog setLocale() in configure block Configure FB.init parameters with $FB.init in run block…

AngularJS browser autofill workaround by using a directive

December 18, 2013
http://stackoverflow.com/questions/14965968/angularjs-browser-autofill-workaround-by-using-a-directive Apparently this is a known issue with Angular and is…

AngularJS - how to get an ngRepeat filtered result reference

December 18, 2013
http://stackoverflow.com/questions/11721863/angularjs-how-to-get-an-ngrepeat-filtered-result-reference Then $scope.filteredItems is accessible…

fix($parse): deprecate promise unwrapping and make it an opt-in

November 19, 2013
http://goo.gl/BbPJMr This commit disables promise unwrapping and adds $parseProvider.unwrapPromises() getter/setter api that allows developers to turn the…

How Complex are TodoMVC Implementations

September 29, 2013
http://blog.coderstats.net/todomvc-complexity/ An article comparing 17 different JavaScript based implementations of a simple Todo list app using the code…

Using Promises in AngularJS Views - Mark Dalgleish

September 28, 2013
http://goo.gl/uQLFnl One of the lesser known yet more surprisingly powerful features of AngularJS is the way in which it allows promises to be used directly…

Jose Jesus Perez Aguinaga : AngularJS is amazing... and hard as hell

September 28, 2013
https://coderwall.com/p/3qclqg It just really takes time, more than you think it will to really get AngularJS. 被一開始的 tutorial 跟 demo 驚豔後就會不小心走入深淵了…

angular-easyfb v0.2.0 released!

September 28, 2013
http://github.com/pc035860/angular-easyfb AngularJS $q promise support Fix minified code run-time error 0.2.0 加入了 $q promise 的支援,因此 增加了在 view…

git-source

September 21, 2013
https://github.com/pc035860/git-source git-source shows off your github pages hosted source codes and examples. 最近終於完成的小專案,其實是為了寫 blog…

tip: directives with the same name - Angular Tips

September 19, 2013
http://angular-tips.com/blog/2013/08/tip-directives-with-the-same-name/ By doing this we can write directives that we need to run when other directive appears…