Fix typos in component properties (#1560)

* Fix typo `fallbackThubnail` -> `fallbackThumbnail`

* Fix typo `showUdoNotificationBar` -> `showNotificationBar`

Update upload mis-spelled properties to 'showNotificationBar' since
showUndoNotificationBar is already a method on the drag area component

Refs #1559

* Fix test cases
This commit is contained in:
Will Abson
2017-01-28 14:52:23 +00:00
committed by Mario Romano
parent 09b98e7071
commit 5519f9fb00
9 changed files with 23 additions and 23 deletions

View File

@@ -177,7 +177,7 @@ platformBrowserDynamic().bootstrapModule(AppModule);
| `data` | DataTableAdapter | instance of **ObjectDataTableAdapter** | data source |
| `multiselect` | boolean | false | Toggles multiple row selection, renders checkboxes at the beginning of each row |
| `actions` | boolean | false | Toggles data actions column |
| `fallbackThubnail` | string | | Fallback image for row ehre thubnail is missing|
| `fallbackThumbnail` | string | | Fallback image for row ehre thubnail is missing|
### Events