You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2022. It is now read-only.
@@ -133,7 +133,7 @@ You can set the titles for the month and year selectors with the **date-year-tit
133
133
<datepickerdate-year-title="selected title">
134
134
<input ng-model="date"/>
135
135
</datepicker>
136
-
136
+
137
137
####Custom buttons
138
138
You can customize the calendar navigation buttons content, let's make an example while using [FontAwesome](http://fontawesome.io)
139
139
@@ -153,7 +153,7 @@ You can also set the titles for the left and right arrows with **button-next-tit
153
153
</datepicker>
154
154
155
155
####Input as grandchild
156
-
Sometimes you cannot put date input as a first child of datepicker. In this case you may use `selector=""` to point to the CSS class of the input. Below example with using Twitter Bootstrap and FontAwesome
156
+
Sometimes you cannot put date input as a first child of datepicker. In this case you may use `selector=""` to point to the CSS class of the input. Below example with using Twitter Bootstrap and FontAwesome
0 commit comments