Mastering Web Application
Packaging and Deploying AngularJS Web Applications Even if function arguments were changed, the minification process can't touch ...
Chapter 12 Providers AngularJS offers several ways of registering providers (recipes for object instances). Factories are probab ...
Packaging and Deploying AngularJS Web Applications Defining controllers for directives needs a bit of attention as the syntax mi ...
Chapter 12 You can try to alleviate the pain connected with writing DI annotations by using build-time tools that would post-pro ...
Packaging and Deploying AngularJS Web Applications AngularJS is smart enough to cache (in the $templateCache service) all the pa ...
Chapter 12 It would be very cumbersome to maintain all the partial templates embedded inside index.html (or similar initial file ...
Packaging and Deploying AngularJS Web Applications Preloading partial templates into $templateCache is a common practice in the ...
Chapter 12 Having one AngularJS module for each partial template is very convenient for unit testing, we can precisely control w ...
Packaging and Deploying AngularJS Web Applications Avoid displaying templates in their unprocessed form An AngularJS-powered web ...
Chapter 12 The ng-cloak directive works with CSS rules to hide elements containing dynamic content, and show them again when Ang ...
Packaging and Deploying AngularJS Web Applications The advantage here is that AngularJS expressions with their curly braces, do ...
Chapter 12 AngularJS and Asynchronous Module Definition Asynchronous Module Definition (AMD) specification, popularized by Requi ...
Packaging and Deploying AngularJS Web Applications Loading JavaScript code on demand, as users navigate through an application. ...
Chapter 12 Given that the current AngularJS doesn't support on-the-fly loading of application's code, cumbersome setup steps and ...
Packaging and Deploying AngularJS Web Applications document.createElement('ng-view'); ... <![endif]--> Custom elements mu ...
Chapter 12 We can combine and preload individual, partial templates to limit the number of XHR requests issues by a browser. In ...
...
Index Symbols $$interpolate service 281 $anchorScroll about 165, 170 hashes 170 navigation 170 $anchorScrollProvider service 170 ...
$routeParams service 178 $routeProvider service provider 176, 209 $route service about 175 limitations 182-185 multiple UI recta ...
AngularJS widget directives about 222 HTML template, using 224 pagination directive, tests writing 223 pagination directive, wri ...
«
10
11
12
13
14
15
16
17
18
19
»
Free download pdf