File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 < title > {{ site.title | default: site.github.repository_name }}</ title >
1515</ head >
1616
17- < body ng-app ="app " ng-controller ="MainCtrl as $ctrl ">
17+ < body ng-app ="app " ng-controller ="MainCtrl ">
1818
1919<!-- HEADER -->
2020< div id ="header_wrap " class ="outer ">
Original file line number Diff line number Diff line change 77
88### Init empty
99
10- <input-birthday data-ng-model =" birthdate " ></input-birthday >
11- <pre data-ng-bind =" birthdate " ></pre >
10+ <input-birthday data-ng-model =" birthdateEmpty " ></input-birthday >
11+ <pre data-ng-bind =" birthdateEmpty " ></pre >
1212
1313### Init with a date
1414
15- <input-birthday data-ng-model =" $ctrl. birthdate" ></input-birthday >
16- <pre data-ng-bind =" $ctrl. birthdate" ></pre >
15+ <input-birthday data-ng-model =" birthdate " ></input-birthday >
16+ <pre data-ng-bind =" birthdate " ></pre >
1717
1818### Init with default today date
1919
20- <input-birthday data-ng-model =" birthdate2 " init-today =" true " ></input-birthday >
21- <pre data-ng-bind =" birthdate2 " ></pre >
20+ <input-birthday data-ng-model =" birthdateToday " init-today =" true " ></input-birthday >
21+ <pre data-ng-bind =" birthdateToday " ></pre >
2222
2323## Usage
2424
You can’t perform that action at this time.
0 commit comments