https://goo.gl/si0KoH 好久沒動這個 repo ww 終於有人想要讓它上 npm,只好照做一發囉 有了之前在 angular highlightjs 的經驗,這次已經非常上手的馬上搞好了 YA
angular-highlightjs v0.5.0 released!
November 07, 2015https://github.com/pc035860/angular highlightjs/releases/tag/v0.5.0 本來以為之前解掉神秘的 Webpack 問題,這次竟然因為有人嘗試使用 RequireJS 而破功 (X) 之前的 Webpack 問題 https://github.com/pc03…
angular-easyfb v1.4.0 released!
September 20, 2015https://goo.gl/9tPWeC 支援 Ad Preview Plugin 有鑑於支援 Ad Preview Plugin ,將預設的 platform version 改為最新的 2.4 這次再版號上面其實是有點糾結的,主要是因為經歷了 Facebook Platform 從不需要帶 version 到需要…
angular-easyfb v1.3.1 released!
June 13, 2015https://goo.gl/jKvPnc 為了 adaptive width 的 plugin (目前只有 fb page ),調整 directive parsing 的流程 支援 Embedded Video Player 想不到才隔一天馬上又 release 一個小版... 我也是千百個不願意! 話說昨天那位印…
angular-easyfb v1.3.0 released!
June 11, 2015https://goo.gl/ky60u0 把預設的 ezfb.init() 中的 version 拉到 v2.0 新增 Page plugin 支援 要說今晚為什麼一事無成都是因為在忙這個 原本只是想說把人家發的 PR 處理一下,畢竟那個 PR 延宕已久,之前寫 comment 給發來的人請他改一下他遲遲沒有…
angular-highlightjs v0.3.2 released!
November 02, 2014https://github.com/pc035860/angular highlightjs/releases/tag/v0.3.2 在純粹使用 hljs 來套色的時候,可以透過新的屬性 escape="{expresson}" 或 no escape 來取消原本預設的自動 HTML entity escape 這個…
angular-easyfb v1.2.0 released!
October 14, 2014https://github.com/pc035860/angular easyfb/releases/tag/v1.2.0 支援不知道什麼開始出現的 App Events for Canvas API 我發現 Parse 的人好像真的不少。 最近一次被路人推薦之後,馬上下面對話就有人問 Parse,而且同一串還有兩個…
Understanding Gutter Positions in Susy
September 07, 2014http://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, 2014https://github.com/pc035860/angular scroll watch !how much angular do you want.390.gif !lovely slides.390.gif 這次的新 module 可以讓你在 AngularJS 裡碰到與捲動高度有關的事情時更快樂喔~ 心得…
angular-easyfb v1.1.0 released!
July 05, 2014https://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, 2014https://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, 2014https://github.com/pc035860/angular easyfb/releases/tag/v1.0.0 $FB service 改名為 ezfb 一些 local 的 DI 也都改名了 $fbInitParams ezfbInitParams $fbAsyncInit ezfbAsyncInit…
angular-easyfb v0.3.1 released!
March 13, 2014https://github.com/pc035860/angular easyfb/releases/tag/v0.3.1 內建的 social plugin directive 們支援套用動態字串參數 不知道算是「修 bug」還是「加 feature」 寫 directive 的給參數方式其實完全看到底想怎麼用,基…
angular-easyfb v0.3.0 released!
March 04, 2014https://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, 2014https://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, 2014https://github.com/pc035860/angular easyfb/releases/tag/v0.2.2 setInitFunction() in configure block for initialization customization Make $FB.Event.unsubscribe…
angular-easyfb v0.2.1 released!
December 25, 2013https://github.com/pc035860/angular easyfb/releases Changelog setLocale() in configure block Configure FB.init parameters with $FB.init in run block 這次的 release…
AngularJS browser autofill workaround by using a directive
December 18, 2013http://stackoverflow.com/questions/14965968/angularjs browser autofill workaround by using a directive Apparently this is a known issue with Angular and is curr…
AngularJS - how to get an ngRepeat filtered result reference
December 18, 2013http://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, 2013http://goo.gl/BbPJMr This commit disables promise unwrapping and adds $parseProvider.unwrapPromises() getter/setter api that allows developers to turn the featu…
How Complex are TodoMVC Implementations
September 29, 2013http://blog.coderstats.net/todomvc complexity/ An article comparing 17 different JavaScript based implementations of a simple Todo list app using the code compl…
Using Promises in AngularJS Views - Mark Dalgleish
September 28, 2013http://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 ins…
Jose Jesus Perez Aguinaga : AngularJS is amazing... and hard as hell
September 28, 2013https://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, 2013http://github.com/pc035860/angular easyfb AngularJS $q promise support Fix minified code run time error 0.2.0 加入了 $q promise 的支援,因此 增加了在 view 裡面使用的彈性。 更新:An…
git-source
September 21, 2013https://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, 2013http://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.…