Alex Vanston - AngularJS Directives [2013, PDF/EPUB/MOBI, ENG] + Code

seeders: 5
leechers: 0
Added 11 years ago by D@vidoff in Books  > Non-Fiction

Download Fast Safe Anonymous
movies, software, shows...

Files

Alex Vanston - AngularJS Directives [2013, PDF/EPUB/MOBI, ENG] + Code (Size: 5.22 MB)
  Alex Vanston - AngularJS Directives - 2013.epub 860.07 KB
  Alex Vanston - AngularJS Directives - 2013.mobi 1.52 MB
  Alex Vanston - AngularJS Directives - 2013.pdf 1.53 MB
  Code
  0339OS_01_code
  lottaApis.js 110 B
  widgetExample
  controller.js 89 B
  data.json 150 B
  widget.html 145 B
  0339OS_02_code
  tweetDirective.js 435 B
  tweets.html 246 B
  0339OS_03_code
  autocompleteInput.js 473 B
  fullConfig.js 594 B
  0339OS_05_code
  falseScopeWidget.html 323 B
  falseScopeWidget.js 318 B
  methodScopeWidget.html 468 B
  methodScopeWidget.js 422 B
  readonlyScopeWidget.html 377 B
  readonlyScopeWidget.js 299 B
  trueScopeWidget.html 323 B
  trueScopeWidget.js 266 B
  twowayScopeWidget.html 571 B
  twowayScopeWidget.js 441 B
  0339OS_06_code
  timepicker.html 103 B
  timepicker.js 853 B
  0339OS_07_code
  formattedlPost.html 334 B
  movieWidget.html 430 B
  movieWidget.js 395 B
  originalPost.html 294 B
  postHeader.js 1.17 KB
  0339OS_08_code
  myAwesomeApp
  app
  components
  angular
  .bower.json 380 B
  angular.js 481.87 KB
  angular.min.js 78.94 KB
  bower.json 97 B
  angular-mocks
  .bower.json 450 B
  README.md 68 B
  angular-mocks.js 55.47 KB
  bower.json 132 B
  index.html 443 B
  scripts
  app.js 268 B
  directives
  directives.js 623 B
  karma-e2e.conf.js 1.52 KB
  karma.conf.js 1.54 KB
  test
  e2e
  directives
  directives.js 548 B
  spec
  directives
  directives.js 2.28 KB
  0339OS_09_code
  myAwesomeApp
  app
  components
  angular
  .bower.json 380 B
  angular.js 481.87 KB
  angular.min.js 78.94 KB
  bower.json 97 B
  angular-mocks
  .bower.json 450 B
  README.md 68 B
  angular-mocks.js 55.47 KB
  bower.json 132 B
  index.html 443 B
  scripts
  app.js 268 B
  directives
  directives.js 666 B
  karma-e2e.conf.js 1.52 KB
  karma.conf.js 1.54 KB
  test
  e2e
  directives
  directives.js 548 B
  spec
  directives
  directives.js 3.51 KB
  0339OS_10_code
  blankRepo
  README.md 100 B
  initialTests
  .gitignore 30 B
  README.md 100 B
  bower.json 403 B
  examples
  elements.json 70 B
  index.html 788 B
  libraries
  masonry.pkgd.min.js 21.42 KB
  scripts
  content-grid.js 880 B
  test
  karma-e2e.conf.js 1.11 KB
  karma.conf.js 1.36 KB
  libpeerconnection.log 0 B
  spec
  content-grid.js 1.46 KB
  masonryConnected
  .gitignore 30 B
  README.md 100 B
  bower.json 403 B
  examples
  elements.json 1.09 KB
  index.html 1.17 KB
  libraries
  masonry.pkgd.min.js 21.42 KB
  scripts
  content-grid.js 2.57 KB
  test
  karma-e2e.conf.js 1.11 KB
  karma.conf.js 1.36 KB
  libpeerconnection.log 0 B
  spec
  content-grid.js 1.46 KB
  messagingEvents
  .gitignore 30 B
  README.md 100 B
  bower.json 403 B
  examples
  elements.json 1.09 KB
  index.html 1.72 KB
  libraries
  masonry.pkgd.min.js 21.42 KB
  scripts
  content-grid.js 2.41 KB
  test
  e2e
  content-grid.js 906 B
  index.html 2.19 KB
  karma-e2e.conf.js 1.16 KB
  karma.conf.js 1.36 KB
  libpeerconnection.log 0 B
  spec
  content-grid.js 3.35 KB

Description


Книги и журналы » Компьютерная литература » Веб-дизайн и программирование

AngularJS Directives

Год: 2013
Автор: Alex Vanston
Издательство: Packt Publishing
ISBN: 978-1-78328-034-6
Язык: Английский
Формат: PDF/EPUB/MOBI
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 110
Описание:

In Detail

AngularJS, propelled by Google, is quickly becoming one of the most popular JavaScript MVC frameworks available, working to invert the development paradigm and bring data-driven modularity to the web frontend. Directives serve as the core building blocks in AngularJS and enable you to create reusable models that mold around your data structures and breathe new life into the intersection of HTML and JavaScript.

AngularJS Directives serves as an in-depth study of some of the core features of AngularJS and provides you with all the knowledge you need to create fully dynamic web applications that respond in real-time to changes in data. You'll learn how to build directives from the ground up as well as some of the best practices for architecting them. By the end of this book, you'll be able to create a web application comprised of multiple modules all working together seamlessly to provide the best possible user experience.

AngularJS Directives starts by investigating the best practices for single-page application development overall before diving into how AngularJS directives fulfill those goals. At each step, you'll learn both the how and why of what we're building, and by the end, you'll not only know the facts necessary to create a directive, but you’ll also have the knowledge to decide how best to assemble it.

You'll also learn why it's best to build applications with the data-model as your foundation, how to craft new dynamic modules that communicate with each other, how to build widgets that can be embedded in third-party websites, and even how to create custom inputs so your users can intuitively interact with your data. In AngularJS Directives, you'll learn all the necessary tools to begin architecting your own directives and how to use them in the construction of a more dynamic Web.

Approach

This book uses a practical, step-by-step approach, starting with how to build directives from the ground up before moving on to creating web applications comprised of multiple modules all working together to provide the best user experience possible.

Who this book is for

This book is intended for intermediate JavaScript developers who are looking to enhance their understanding of single-page web application development with a focus on AngularJS and the JavaScript MVC frameworks.

It is expected that readers will understand basic JavaScript patterns and idioms and can recognize JSON formatted data.
[spoiler="Примеры страниц"]

[/spoiler]
[spoiler="Оглавление"]
Preface
Chapter 1: Designing Web Applications in 2013

An overview of good code
We're not just talking about a lot of APIs
Modularity
Data driven development
Chapter 2: The Need for Directives
What makes a directive a directive
Chapter 3: Deconstructing Directives
Getting started
Naming
Attachment styles
Configuration options
Chapter 4: Compile versus Link
Peeking under the covers
ng-repeat
What about linking?
Chapter 5: Keeping it Clean with Scope
Scope = false
Scope = true
Scope = {}
Chapter 6: Controllers – Better with Sharing
Forms and inputs
Creating our own controller communication
Chapter 7: Transclusion
That's not a word...
...it is a solution
Manipulating the transcluded content
Chapter 8: Good Karma – Testing in AngularJS
Getting Started
My first test
Mocking data
The test subject
E2E testing
Chapter 9: A Deeper Dive into Unit Testing
Highlighted, again
Negative testing
Chapter 10: Bringing it All Together
Angular content grid
Diving in
The initial directive
Connecting Masonry
Events
Timing
Further steps
Index
[/spoiler]
До перезалития, торрент был скачан - 500 раз.
Торрент перезалит. Причина: добавлен MOBI и Code.