16.07.2017 Views

AngularJS Essentials

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Preface<br />

A block of code is set as follows:<br />

$http.get("/cars")<br />

.success(function(data, status, headers, config) {<br />

$scope.car = data;<br />

})<br />

.error(function(data, status, headers, config) {<br />

console.log(data);<br />

});<br />

When we wish to draw your attention to a particular part of a code block, the<br />

relevant lines or items are set in bold:<br />

$http.get("/cars")<br />

.success(function(data, status, headers, config) {<br />

$scope.car = data;<br />

})<br />

.error(function(data, status, headers, config) {<br />

console.log(data);<br />

});<br />

Any command-line input or output is written as follows:<br />

bower install angular<br />

New terms and important words are shown in bold. Words that you see on the<br />

screen, in menus or dialog boxes for example, appear in the text like this: "What<br />

happens when we change the plate and click on the Show Plate button?".<br />

Warnings or important notes appear in a box like this.<br />

Tips and tricks appear like this.<br />

[ 4 ]<br />

www.it-ebooks.info

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!