Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #12 from viniciuslagedo/develop
Browse files Browse the repository at this point in the history
v1.1.0-rev
  • Loading branch information
viniciuslagedo authored Nov 21, 2017
2 parents 76f6623 + a0c75b5 commit da80f1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ angular.module('application', [
Add component wherever you want

```html
<accessibility-bar></accessibility-bar>
<ng-accessibility-bar></ng-accessibility-bar>
```

## Options
Make some customizations with attributes

```html
<accessibility-bar
<ng-accessibility-bar
contrast="false"
contrast-class="hight-contrast"
font-adjust="true"
Expand All @@ -62,7 +62,7 @@ Make some customizations with attributes
libras="false"
title="Accessibility:"
>
</accessibility-bar>
</ng-accessibility-bar>
```

|Key|Description|Type|Default|
Expand Down

0 comments on commit da80f1c

Please sign in to comment.