官术网_书友最值得收藏!

Conventions

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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include directive."

A block of code is set as follows:

angular.module('supernav.controllers', [])
.controller('MapCtrl', function ($scope) {
  $scope.mapCreated = function (map) {
    $scope.map = map;
  };
});

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

.state('app.scala', {
  url: '/scala',
  views: {
    'scala-view': {
      templateUrl: 'templates/app-chat.html',
      controller: 'ChatController',
 resolve: {
 chatRoom: function () {
 return 'scala';
 }
 }
    }
  }
});

Any command-line input or output is written as follows:

console.log('Hello World!');

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Conclude this process by clicking on Create Column, and we are done!".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 岳阳县| 息烽县| 泽州县| 怀安县| 井冈山市| 天水市| 太原市| 华容县| 新龙县| 桂林市| 吉首市| 赤水市| 嘉鱼县| 荥经县| 巴塘县| 阳朔县| 鄢陵县| 博客| 玛纳斯县| 中西区| 高清| 合江县| 揭西县| 商都县| 成安县| 海晏县| 汕头市| 巴里| 阿拉善左旗| 岳阳市| 海盐县| 镇沅| 郯城县| 米脂县| 长泰县| 石景山区| 五华县| 军事| 三门峡市| 体育| 泽州县|