Beginning AngularJS
Chapter 9 ■ angularJS animation / enter event - start class / .my-slide-animation.ng-enter { top: -50px; } / enter event - end c ...
Chapter 9 ■ angularJS animation This next line is the one that ties it all together. Note that the ngInclude directive uses the ...
Chapter 10 Deployment Considerations Application deployment is an increasingly complex and multi-faceted topic. There is no quic ...
Chapter 10 ■ Deployment ConsiDerations This module isn’t going to be of much use to anyone unless it can be accessed. As it is d ...
Chapter 10 ■ Deployment ConsiDerations This time we named the module app.production.config, and this time it contains production ...
Chapter 10 ■ Deployment ConsiDerations Starting off by writing a set of unit tests like this is a great way to get you thinking ...
Chapter 10 ■ Deployment ConsiDerations // We expect the kids array to contain the string "Natalie" // If it doesn't the test fai ...
Chapter 10 ■ Deployment ConsiDerations One problem here is that we inform the user about the error, but we don’t actually help t ...
Chapter 10 ■ Deployment ConsiDerations This is by no means the only way to do error handling, and you might want to consider an ...
Chapter 10 ■ Deployment ConsiDerations Listing 10-12. Hiding a larger portion of the DOM tree Hello, {{name}}! It's great to se ...
Chapter 10 ■ Deployment ConsiDerations if (ncn && ncn.split(' ').indexOf(className) >= 0) { results.push(node); } }); ...
Chapter 10 ■ Deployment ConsiDerations Listing 10-16. A sample Gruntfile module.exports = function (grunt) { // Part One // Conf ...
Chapter 10 ■ Deployment ConsiDerations There is a lot going on in this file and, if you haven’t used Grunt before, you will almo ...
Chapter 10 ■ Deployment ConsiDerations This approach works well enough, but problems start to occur when projects become larger ...
Chapter 10 ■ Deployment ConsiDerations ■ Tip Git is a very popular option for source control, though it can be confusing for beg ...
Chapter 10 ■ Deployment ConsiDerations Why do we call this process Continuous Integration? Primarily because this whole cycle ca ...
A AngularJS application BeginningAngularJS folder, 38 browser support, 37 declarative programming, 41 definition, 36 di ...
trigger, 153–154 vs. transforms, 154–155 Application deployment app.config.js file, 163 app.development.config, 164 app.producti ...
coding defensive, 100 controller code, 99 firstName, 96 HTML code, 98 model properties, 97 ngModel, 97 one-way binding, 98 text ...
config() method, 138–139 configuration options, 145–147 Contact Page, 137 eager vs. conservative routes, 145 HomePage, 136 HTML5 ...
«
1
2
3
4
5
6
7
8
9
10
»
Free download pdf