December 2014
Intermediate to advanced
214 pages
4h 6m
English
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "We can include other contexts through the use of the include directive."
A block of code is set as follows:
(function() {
describe('Speakers Controller Tests', function() {
// Initialize global variables
var SpeakersController,
scope,
$httpBackend,
$stateParams,
$location;When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
beforeEach(function() { jasmine.addMatchers({ toEqualData: function(util, customEqualityTesters) { return { compare: function(actual, ...
Read now
Unlock full access