Created
July 21, 2014 20:56
-
-
Save nicholasess/49d93b4e38a16583614b to your computer and use it in GitHub Desktop.
links para estudos - angularjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Site Oficial do grupo | |
http://angularjsbrasil.com.br/ | |
Excelente fonte de informação, em doses homeopáticas e bem úteis | |
http://www.egghead.io/ | |
Diferença entre attrs.$observe e scope.$watch | |
http://stackoverflow.com/questions/14876112/difference-between-observers-and-watchers | |
Videos e mais vídeos | |
http://yearofmoo-articles.github.io/angularjs-testing-article/app/#!/videos | |
Escopos e $apply() | |
http://jimhoskins.com/2012/12/17/angularjs-and-apply.html | |
http://www.boynux.com/angularjs-apply-explained/ | |
ngModel e como integrar plugins jQuery com escopos do AngularJS + sample Plunker | |
http://dailydevtips.com/2013/12/09/118-como-integrar-plugins-jquery-com-o-angularjs-usando-ngmodel/ | |
Como estruturar serviços para o AngularJS + sample Plunker | |
http://dailydevtips.com/2013/10/31/116-escrevendo-servicos-com-angularjs/ | |
Formato de dados & POST/PUT: application/json vs x-www-form-urlencoded | |
http://dailydevtips.com/2014/01/24/119-angularjs-http-post-e-json-com-php/ | |
Build your own AngularJS: scopes, $apply(), watchers and stuff | |
NOTA: esse artigo foi tão bem sucedido que vai virar um ebook (http://teropa.info/build-your-own-angular/) | |
http://teropa.info/blog/2013/11/20/writing-a-book-about-making-your-own-angularjs.html | |
Dicas para arquitetar o backend usando REST | |
http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api#restful | |
Quando usar Controllers, Services e Directives | |
http://kirkbushell.me/when-to-use-directives-controllers-or-services-in-angular/ | |
Exemplo de uso: Services + Controllers + ngMock | |
http://embed.plnkr.co/B5JTy5GU6ay2Cw5c7LAM/preview | |
Exemplo de uso: decorators | |
http://blog.codebrag.com/post/57412530001/preventing-duplicated-requests-in-angularjs | |
http://www.technofattie.com/2014/03/25/how-to-extend-angular-script-directive.html | |
## Por que o AngularJs é foda? | |
http://angular-tips.com/blog/2013/08/why-does-angular-dot-js-rock/ | |
Magicas | |
http://www.yearofmoo.com/2012/10/more-angularjs-magic-to-supercharge-your-webapp.html | |
Eventos | |
http://www.bennadel.com/blog/2448-Using-jQuery-Event-Delegation-In-AngularJS.htm | |
Roteamento | |
http://www.itaware.eu/2012/10/19/angularjs-routes-and-navigation/ | |
https://egghead.io/lessons/angularjs-introduction-ui-router | |
http://slid.es/timkindberg/ui-router | |
## Diretivas | |
http://thecodebarbarian.wordpress.com/2013/09/23/the-8020-guide-to-writing-angularjs-directives/ | |
http://www.codinginsight.com/angularjs-directives/ | |
http://www.benlesh.com/2012/11/angular-js-directive-basics.html | |
http://www.adobe.com/devnet/html5/articles/angularjs-directives-and-the-computer-science-of-javascript.html | |
http://www.bennadel.com/blog/2447-Exploring-Directive-Controllers-Compiling-Linking-And-Priority-In-AngularJS.htm | |
http://blog.berylliumwork.com/2013/04/facebook-login-with-javascript-sdk.html | |
http://www.befundoo.com/university/tutorials/angularjs-directives-tutorial/ | |
http://henriquat.re/directives/advanced-directives-combining-angular-with-existing-components-and-jquery/angularAndJquery.html | |
## Escopo | |
https://github.com/angular/angular.js/wiki/When-to-use-$scope.$apply() | |
http://docs.angularjs.org/api/ng.$rootScope.Scope | |
http://angular-tips.com/blog/2013/08/watch-how-the-apply-runs-a-digest/ | |
## Filtros | |
http://thecodebarbarian.wordpress.com/2014/01/17/the-8020-guide-to-writing-and-using-angularjs-filters/ | |
## Testes | |
http://www.yearofmoo.com/2013/01/full-spectrum-testing-with-angularjs-and-testacular.html | |
http://andyshora.com/unit-testing-best-practices-angularjs.html | |
## Promisses | |
http://www.dwmkerr.com/promises-in-angularjs-the-definitive-guide/ | |
http://nomadev.com.br/angularjs-promises-promessas-o-guia-definitivo/ | |
## Injeção de Dependencia | |
## Templates | |
## Models | |
## Controllers | |
## Sockets | |
http://briantford.com/blog/angular-socket-io.html | |
## Arquitetura | |
http://blog.artlogic.com/2013/05/02/ive-been-doing-it-wrong-part-1-of-3/ | |
## Módulos | |
## SEO | |
http://www.yearofmoo.com/2012/11/angularjs-and-seo.html | |
## Animações | |
http://www.yearofmoo.com/2013/04/animation-in-angularjs.html | |
## Factory / Service / Provider | |
http://iffycan.blogspot.com.ar/2013/05/angular-service-or-factory.html | |
## Internacionalização | |
http://thecodebarbarian.wordpress.com/2013/12/02/price-internationalization-with-the-mean-stack/ | |
http://pascalprecht.github.io/slides/i18n-with-angular-translate/#/ | |
## Error Handling | |
http://odetocode.com/blogs/scott/archive/2014/04/21/better-error-handling-in-angularjs.aspx | |
## Validação de forms | |
http://thecodebarbarian.wordpress.com/2013/05/12/how-to-easily-validate-any-form-ever-using-angularjs/ | |
http://www.yearofmoo.com/2014/05/how-to-use-ngmessages-in-angularjs.html | |
## Segurança | |
http://thomas.rabaix.net/blog/2013/05/csrf-token-security-with-angularjs | |
## Estrutura de projeto | |
http://www.johnpapa.net/structuring-an-angular-project/ | |
http://cliffmeyers.com/blog/2013/4/21/code-organization-angularjs-javascript | |
## $watch / $apply / $observe | |
http://angular-tips.com/blog/2013/08/watch-how-the-apply-runs-a-digest/ | |
http://stackoverflow.com/questions/14876112/difference-between-observers-and-watchers | |
## Quando usar? | |
## Outros | |
http://net.tutsplus.com/tutorials/javascript-ajax/building-a-web-app-from-scratch-in-angularjs/ | |
http://www.thinkster.io/pick/GtaQ0oMGIl/a-better-way-to-learn-angularjs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment