In this lessons there is section about how to share common data across controllers.
https://www.pluralsight.com/courses/build-apps-angular-breeze-part2
Tuesday, January 19, 2016
Friday, January 15, 2016
ANGULARJS - AngularJS Popup Window Social Authentication Directive, login
http://angularjs.posthaven.com/angularjs-popup-window-social-authentication-directive
AngularJS Auth Facebook Login Directive full code in repo:
AngularJS Auth Facebook Login Directive full code in repo:
ANGULARJS - Promises in AngularJS explained by pictures
Here is funny explanation of AngularJS promises, follow the link:
http://andyshora.com/promises-angularjs-explained-as-cartoon.html
http://andyshora.com/promises-angularjs-explained-as-cartoon.html
Saturday, January 9, 2016
TypeScript - typed JavaScript working in browser like ES5/ES3
Taken from here: http://weblogs.asp.net/dwahlin/getting-started-with-es6-%E2%80%93-the-next-version-of-javascript
TypeScript is a superset of JavaScript that lets you write “typed” ES6 code (define numbers, strings, booleans, etc.) while still allowing it to work in any browser out there by “compiling” it to ES5/ES3. I’ll be showing TypeScript code as well in this series when it applies to a specific ES6 feature.
Friday, January 8, 2016
CSS - online gradient generator
A good online tool to generate different kind of CSS gradients.
http://www.colorzilla.com/gradient-editor/
http://www.colorzilla.com/gradient-editor/
Wednesday, January 6, 2016
CSS - Creating High Resolution Background Images with CSS
http://www.sitepoint.com/watch-creating-high-resolution-background-images-with-css/
Sunday, January 3, 2016
Tuesday, December 22, 2015
GIT - swap origin from master to develop branch
Easy steps to swap local branches from master to develop, do it from working directory:
git fetch && git checkout develop
git remote set-head origin develop
git fetch && git checkout develop
git remote set-head origin develop
Subscribe to:
Posts (Atom)