Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 42a029f

Browse files
bekospkozlowski-opensource
authored andcommitted
chore(demo): fix eye icon for watched attributes
Closes #1556
1 parent 912770f commit 42a029f

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

src/datepicker/docs/readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ Everything is formatted using the [date filter](http://docs.angularjs.org/api/ng
99

1010
All settings can be provided as attributes in the `<datepicker>` or globally configured through the `datepickerConfig`.
1111

12-
* `ng-model` <i class="icon-eye-open"></i>
12+
* `ng-model` <i class="glyphicon glyphicon-eye-open"></i>
1313
:
1414
The date object.
1515

16-
* `show-weeks` <i class="icon-eye-open"></i>
16+
* `show-weeks` <i class="glyphicon glyphicon-eye-open"></i>
1717
_(Defaults: true)_ :
1818
Whether to display week numbers.
1919

2020
* `starting-day`
2121
_(Defaults: 0)_ :
2222
Starting day of the week from 0-6 (0=Sunday, ..., 6=Saturday).
2323

24-
* `min` <i class="icon-eye-open"></i>
24+
* `min` <i class="glyphicon glyphicon-eye-open"></i>
2525
_(Default: null)_ :
2626
Defines the minimum available date.
2727

28-
* `max` <i class="icon-eye-open"></i>
28+
* `max` <i class="glyphicon glyphicon-eye-open"></i>
2929
_(Default: null)_ :
3030
Defines the maximum available date.
3131

src/pagination/docs/readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ A lightweight pagination directive that is focused on ... providing pagination &
55

66
Settings can be provided as attributes in the `<pagination>` or globally configured through the `paginationConfig`.
77

8-
* `page` <i class="icon-eye-open"></i>
8+
* `page` <i class="glyphicon glyphicon-eye-open"></i>
99
:
1010
Current page number. First page is 1.
1111

12-
* `total-items` <i class="icon-eye-open"></i>
12+
* `total-items` <i class="glyphicon glyphicon-eye-open"></i>
1313
:
1414
Total number of items in all pages.
1515

16-
* `items-per-page` <i class="icon-eye-open"></i>
16+
* `items-per-page` <i class="glyphicon glyphicon-eye-open"></i>
1717
_(Defaults: 10)_ :
1818
Maximum number of items per page. A value less than one indicates all items on one page.
1919

20-
* `max-size` <i class="icon-eye-open"></i>
20+
* `max-size` <i class="glyphicon glyphicon-eye-open"></i>
2121
_(Defaults: null)_ :
2222
Limit number for pagination size.
2323

src/progressbar/docs/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It supports multiple (stacked) bars into the same `<progress>` element or a sing
66

77
#### `<progressbar>` ####
88

9-
* `value` <i class="icon-eye-open"></i>
9+
* `value` <i class="glyphicon glyphicon-eye-open"></i>
1010
:
1111
The current value of progress completed.
1212

src/rating/docs/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Rating directive that will take care of visualising a star rating bar.
44

55
#### `<rating>` ####
66

7-
* `value` <i class="icon-eye-open"></i>
7+
* `value` <i class="glyphicon glyphicon-eye-open"></i>
88
:
99
The current rate.
1010

src/tabs/docs/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ AngularJS version of the tabs directive.
2222
:
2323
Heading text or HTML markup.
2424

25-
* `active` <i class="icon-eye-open"></i>
25+
* `active` <i class="glyphicon glyphicon-eye-open"></i>
2626
_(Defaults: false)_ :
2727
Whether tab is currently selected.
2828

29-
* `disabled` <i class="icon-eye-open"></i>
29+
* `disabled` <i class="glyphicon glyphicon-eye-open"></i>
3030
_(Defaults: false)_ :
3131
Whether tab is clickable and can be activated.
3232

src/timepicker/docs/readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ A lightweight & configurable timepicker directive.
44

55
All settings can be provided as attributes in the `<timepicker>` or globally configured through the `timepickerConfig`.
66

7-
* `ng-model` <i class="icon-eye-open"></i>
7+
* `ng-model` <i class="glyphicon glyphicon-eye-open"></i>
88
:
99
The Date object that provides the time state.
1010

11-
* `hour-step` <i class="icon-eye-open"></i>
11+
* `hour-step` <i class="glyphicon glyphicon-eye-open"></i>
1212
_(Defaults: 1)_ :
1313
Number of hours to increase or decrease when using a button.
1414

15-
* `minute-step` <i class="icon-eye-open"></i>
15+
* `minute-step` <i class="glyphicon glyphicon-eye-open"></i>
1616
_(Defaults: 1)_ :
1717
Number of minutes to increase or decrease when using a button.
1818

19-
* `show-meridian` <i class="icon-eye-open"></i>
19+
* `show-meridian` <i class="glyphicon glyphicon-eye-open"></i>
2020
_(Defaults: true)_ :
2121
Whether to display 12H or 24H mode.
2222

src/typeahead/docs/readme.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,38 +13,38 @@ This directive works with promises, meaning you can retrieve matches using the `
1313

1414
The typeahead directives provide several attributes:
1515

16-
* `ng-model` <i class="icon-eye-open"></i>
16+
* `ng-model` <i class="glyphicon glyphicon-eye-open"></i>
1717
:
1818
Assignable angular expression to data-bind to
1919

20-
* `typeahead` <i class="icon-eye-open"></i>
20+
* `typeahead` <i class="glyphicon glyphicon-eye-open"></i>
2121
:
2222
Comprehension Angular expression (see [select directive](http://docs.angularjs.org/api/ng.directive:select))
2323

24-
* `typeahead-editable` <i class="icon-eye-open"></i>
24+
* `typeahead-editable` <i class="glyphicon glyphicon-eye-open"></i>
2525
_(Defaults: true)_ :
2626
Should it restrict model values to the ones selected from the popup only ?
2727

28-
* `typeahead-input-formatter` <i class="icon-eye-open"></i>
28+
* `typeahead-input-formatter` <i class="glyphicon glyphicon-eye-open"></i>
2929
_(Defaults: undefined)_ :
3030
Format the ng-model result after selection
3131

32-
* `typeahead-loading` <i class="icon-eye-open"></i>
32+
* `typeahead-loading` <i class="glyphicon glyphicon-eye-open"></i>
3333
_(Defaults: angular.noop)_ :
3434
Binding to a variable that indicates if matches are being retrieved asynchronously
3535

36-
* `typeahead-min-length` <i class="icon-eye-open"></i>
36+
* `typeahead-min-length` <i class="glyphicon glyphicon-eye-open"></i>
3737
_(Defaults: 1)_ :
3838
Minimal no of characters that needs to be entered before typeahead kicks-in
3939

40-
* `typeahead-on-select` <i class="icon-eye-open"></i>
40+
* `typeahead-on-select` <i class="glyphicon glyphicon-eye-open"></i>
4141
_(Defaults: null)_ :
4242
A callback executed when a match is selected
4343

44-
* `typeahead-template-url` <i class="icon-eye-open"></i>
44+
* `typeahead-template-url` <i class="glyphicon glyphicon-eye-open"></i>
4545
:
4646
Set custom item template
4747

48-
* `typeahead-wait-ms` <i class="icon-eye-open"></i>
48+
* `typeahead-wait-ms` <i class="glyphicon glyphicon-eye-open"></i>
4949
_(Defaults: 0)_ :
5050
Minimal wait time after last character typed before typeahead kicks-in

0 commit comments

Comments
 (0)