File tree Expand file tree Collapse file tree 18 files changed +9
-9
lines changed
03 - link-button directive
05 - validate-equals directive
06 - unique-email directive
07 - jQuery datepicker directive Expand file tree Collapse file tree 18 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
< html ng-app ="directives ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > AngularJS Book - Chapter 9 - 01 Button Directive</ title >
5
+ < title > AngularJS Book - Chapter 9 - Button Directive</ title >
6
6
< script src ="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.js "> </ script >
7
7
< link href ="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap-combined.min.css " rel ="stylesheet ">
8
8
< script src ="directive.js "> </ script >
Original file line number Diff line number Diff line change 2
2
< html ng-app ="directives ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > AngularJS Book - Chapter 9 - 01 Button Directive</ title >
5
+ < title > AngularJS Book - Chapter 9 - Link Button Directive</ title >
6
6
< script src ="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.js "> </ script >
7
7
< link href ="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap-combined.min.css " rel ="stylesheet ">
8
8
< script src ="directive.js "> </ script >
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< 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 >
6
6
< link rel ="stylesheet " href ="../../lib/jasmine-1.3.0/jasmine.css ">
7
7
< script src ="../../lib/jasmine-1.3.0/jasmine.js "> </ script >
8
8
< script src ="../../lib/jasmine-1.3.0/jasmine-html.js "> </ script >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
< html ng-app ="directives ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > AngularJS Book - Chapter 9 - 01 Button Directive</ title >
5
+ < title > AngularJS Book - Chapter 9 - Pagination Directive</ title >
6
6
< script src ="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.js "> </ script >
7
7
< link href ="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap-combined.min.css " rel ="stylesheet ">
8
8
< script src ="directive.js "> </ script >
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > AngularJS Book - Chapter 9 - pagination directive (tests)</ title >
5
+ < title > AngularJS Book - Chapter 9 - Pagination directive (tests)</ title >
6
6
< link rel ="stylesheet " href ="../../lib/jasmine-1.3.0/jasmine.css ">
7
7
< script src ="../../lib/jquery-1.8.3/jquery-1.8.3.js "> </ script >
8
8
< script src ="../../lib/jasmine-1.3.0/jasmine.js "> </ script >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
< html ng-app ="app ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > AngularJS Book - Chapter 9 - validateEquals Directive</ title >
5
+ < title > AngularJS Book - Chapter 9 - uniqueEmail Directive</ title >
6
6
< script src ="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.js "> </ script >
7
7
< link href ="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap-combined.min.css " rel ="stylesheet ">
8
8
< script src ="directive.js "> </ script >
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > AngularJS Book - Chapter 9 - validateEquals directive (tests)</ title >
5
+ < title > AngularJS Book - Chapter 9 - uniqueEmail directive (tests)</ title >
6
6
< link rel ="stylesheet " href ="../../lib/jasmine-1.3.0/jasmine.css ">
7
7
< script src ="../../lib/jasmine-1.3.0/jasmine.js "> </ script >
8
8
< script src ="../../lib/jasmine-1.3.0/jasmine-html.js "> </ script >
Original file line number Diff line number Diff line change 2
2
< html ng-app ="directives ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > AngularJS Book - Chapter 9 - validateEquals Directive</ title >
5
+ < title > AngularJS Book - Chapter 9 - datePicker Directive</ title >
6
6
< script src ="../../lib/jquery-1.8.3/jquery-1.8.3.js "> </ script >
7
7
< script src ="../../lib/jquery-ui-1.9.2/js/datepicker.js "> </ script >
8
8
< script src ="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.js "> </ script >
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > AngularJS Book - Chapter 9 - validateEquals directive (tests)</ title >
5
+ < title > AngularJS Book - Chapter 9 - datePicker directive (tests)</ title >
6
6
< link rel ="stylesheet " href ="../../lib/jasmine-1.3.0/jasmine.css ">
7
7
< script src ="../../lib/jquery-1.8.3/jquery-1.8.3.js "> </ script >
8
8
< script src ="../../lib/jquery-ui-1.9.2/js/datepicker.js "> </ script >
You can’t perform that action at this time.
0 commit comments