Skip to content

Commit 311ef4d

Browse files
refact(chapter-9): Move sections around
1 parent d05aed3 commit 311ef4d

File tree

18 files changed

+9
-9
lines changed

18 files changed

+9
-9
lines changed

1820EN_09_Code/02 - button directive/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html ng-app="directives">
33
<head>
44
<meta charset="utf-8">
5-
<title>AngularJS Book - Chapter 9 - 01 Button Directive</title>
5+
<title>AngularJS Book - Chapter 9 - Button Directive</title>
66
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.js"></script>
77
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap-combined.min.css" rel="stylesheet">
88
<script src="directive.js"></script>

1820EN_09_Code/03 - link-button directive/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html ng-app="directives">
33
<head>
44
<meta charset="utf-8">
5-
<title>AngularJS Book - Chapter 9 - 01 Button Directive</title>
5+
<title>AngularJS Book - Chapter 9 - Link Button Directive</title>
66
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.js"></script>
77
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap-combined.min.css" rel="stylesheet">
88
<script src="directive.js"></script>

1820EN_09_Code/03 - link-button directive/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>AngularJS Book - Chapter 9 - button directive (tests)</title>
5+
<title>AngularJS Book - Chapter 9 - link button directive (tests)</title>
66
<link rel="stylesheet" href="../../lib/jasmine-1.3.0/jasmine.css">
77
<script src="../../lib/jasmine-1.3.0/jasmine.js"></script>
88
<script src="../../lib/jasmine-1.3.0/jasmine-html.js"></script>

1820EN_09_Code/06 - pagination directive/index.html renamed to 1820EN_09_Code/04 - pagination directive/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html ng-app="directives">
33
<head>
44
<meta charset="utf-8">
5-
<title>AngularJS Book - Chapter 9 - 01 Button Directive</title>
5+
<title>AngularJS Book - Chapter 9 - Pagination Directive</title>
66
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.js"></script>
77
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap-combined.min.css" rel="stylesheet">
88
<script src="directive.js"></script>

1820EN_09_Code/06 - pagination directive/test.html renamed to 1820EN_09_Code/04 - pagination directive/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>AngularJS Book - Chapter 9 - pagination directive (tests)</title>
5+
<title>AngularJS Book - Chapter 9 - Pagination directive (tests)</title>
66
<link rel="stylesheet" href="../../lib/jasmine-1.3.0/jasmine.css">
77
<script src="../../lib/jquery-1.8.3/jquery-1.8.3.js"></script>
88
<script src="../../lib/jasmine-1.3.0/jasmine.js"></script>

1820EN_09_Code/05 - unique-email directive/index.html renamed to 1820EN_09_Code/06 - unique-email directive/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html ng-app="app">
33
<head>
44
<meta charset="utf-8">
5-
<title>AngularJS Book - Chapter 9 - validateEquals Directive</title>
5+
<title>AngularJS Book - Chapter 9 - uniqueEmail Directive</title>
66
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.js"></script>
77
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap-combined.min.css" rel="stylesheet">
88
<script src="directive.js"></script>

1820EN_09_Code/05 - unique-email directive/test.html renamed to 1820EN_09_Code/06 - unique-email directive/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>AngularJS Book - Chapter 9 - validateEquals directive (tests)</title>
5+
<title>AngularJS Book - Chapter 9 - uniqueEmail directive (tests)</title>
66
<link rel="stylesheet" href="../../lib/jasmine-1.3.0/jasmine.css">
77
<script src="../../lib/jasmine-1.3.0/jasmine.js"></script>
88
<script src="../../lib/jasmine-1.3.0/jasmine-html.js"></script>

1820EN_09_Code/07 - jQuery datepicker directive/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html ng-app="directives">
33
<head>
44
<meta charset="utf-8">
5-
<title>AngularJS Book - Chapter 9 - validateEquals Directive</title>
5+
<title>AngularJS Book - Chapter 9 - datePicker Directive</title>
66
<script src="../../lib/jquery-1.8.3/jquery-1.8.3.js"></script>
77
<script src="../../lib/jquery-ui-1.9.2/js/datepicker.js"></script>
88
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.js"></script>

1820EN_09_Code/07 - jQuery datepicker directive/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>AngularJS Book - Chapter 9 - validateEquals directive (tests)</title>
5+
<title>AngularJS Book - Chapter 9 - datePicker directive (tests)</title>
66
<link rel="stylesheet" href="../../lib/jasmine-1.3.0/jasmine.css">
77
<script src="../../lib/jquery-1.8.3/jquery-1.8.3.js"></script>
88
<script src="../../lib/jquery-ui-1.9.2/js/datepicker.js"></script>

0 commit comments

Comments
 (0)