Recipes with Angular.js
by Frederik Dietz
Publisher: Ruboss Technology Corporation 2013
ISBN/ASIN: B00DK95V48
Number of pages: 114
Description:
Angular.js is an open-source Javascript MVC (Model-View-Controller) framework developed by Google. If you are using Angular.js, or considering it, this cookbook provides easy to follow recipes for issues you are likely to face. Each recipe solves a specific problem and provides a solution and in-depth discussion of it.
Download or read it online for free here:
Read online
(online html)
Similar books
Learning JavaScript Design Patternsby Addy Osmani - O'Reilly Media
Learn how to write beautiful, structured, and maintainable JavaScript by applying design patterns to the language. If you want to keep your code efficient, more manageable, and up-to-date with the latest best practices, this book is for you.
(16578 views)
Building Front-End Web Apps with Plain JavaScriptby Gerd Wagner - Web-Engineering.info
This book shows how to build front-end web applications with plain JavaScript, not using any framework. A front-end web application can be provided by any web server, but it is executed on the user's computer device, and not on the remote web server.
(13096 views)
Adobe Integrated Runtime (AIR) for JavaScript Developers Pocket Guideby Mike Chambers, Daniel Dura, Kevin Hoyt - Adobe Dev Library
The official guide to the Adobe's new cross-platform desktop runtime. It explains how to use AIR to build HTML and JavaScript-based web applications, how to set up the development environment, create your first app, and more.
(17967 views)
You Don't Know JS: Scope and Closuresby Kyle Simpson - O'Reilly
This guide takes you inside scope and closures, two core concepts you need to know to become a more efficient JS programmer. You'll learn how and why they work, and how an understanding of closures can be a powerful part of your development skillset.
(8992 views)