Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 2a1d300

Browse files
authored
Update Readme.md
1 parent ab7ee4d commit 2a1d300

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Readme.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Angular Tooltips is an AngularJS directive that generates a tooltip on your elem
1010

1111
The angular tooltips is developed by [720kb](http://720kb.net).
1212

13-
##Requirements
13+
## Requirements
1414

1515

1616
AngularJS v1.3+
1717

18-
##Screen
18+
## Screen
1919
![Angular tooltips](http://i.imgur.com/GjUwCat.png)
2020

21-
###Browser support
21+
### Browser support
2222

2323
Chrome | Firefox | IE | Opera | Safari
2424
--- | --- | --- | --- | --- |
@@ -42,23 +42,23 @@ To use the directive, include the Angular Tooltips javascript and css files in y
4242
</html>
4343
```
4444

45-
##Installation
45+
## Installation
4646

47-
####Bower
47+
#### Bower
4848

4949
```
5050
$ bower install angular-tooltips --save
5151
```
5252

53-
####Npm
53+
#### npm
5454

5555
```
5656
$ npm install angular-tooltips --save
5757
```
5858

5959
_then load the js files in your html_
6060

61-
####Add module dependency
61+
#### Add module dependency
6262

6363
Add the 720kb.tooltips module dependency
6464

@@ -77,7 +77,7 @@ Call the directive wherever you want in your html page
7777

7878
```
7979

80-
##Doc
80+
## Doc
8181

8282
Option | Type | Default | Description
8383
------------- | ------------- | ------------- | -------------
@@ -99,7 +99,7 @@ tooltip-hidden="" | String(Boolean) | false | Hide (at all) the tooltip
9999
tooltip-append-to-body="" | String(Boolean) | false | This attribute clones the tooltip and append this directly on body. This enables the tooltip position also, for instance, if you have an scrolling area. **This option does heavy javascript calculation.**
100100

101101

102-
##Globals
102+
## Globals
103103
Sometimes you may need to set all of your tooltips options in one place, you can achieve this using `tooltipsConfProvider` like this:
104104

105105
```javascript
@@ -116,12 +116,12 @@ Sometimes you may need to set all of your tooltips options in one place, you can
116116

117117
## Example
118118

119-
###[Live demo](https://720kb.github.io/angular-tooltips)
119+
### [Live demo](https://720kb.github.io/angular-tooltips)
120120

121-
##Theming
121+
## Theming
122122
You can create your own theme by editing the default SASS file `lib/angular-tooltips.scss` or just editing the default CSS file `dist/angular-tooltips.css`.
123123

124-
##Contributing
124+
## Contributing
125125

126126
We will be much grateful if you help us making this project to grow up.
127127
Feel free to contribute by forking, opening issues, pull requests etc.

0 commit comments

Comments
 (0)