Skip to content

Commit ab3729a

Browse files
Update README.md
1 parent d0d3fbf commit ab3729a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ angular-selectize
22
==================
33
![selectize5](https://cloud.githubusercontent.com/assets/4087667/5633745/2cfeac18-958f-11e4-9e62-6eba90547b4c.png)
44

5-
###Demo
5+
### Demo
66
[Try the Demo on Plunker](http://plnkr.co/edit/nTf19f?p=preview)
77

8-
###Features
8+
### Features
99
This is an Angular.js directive for Brian Reavis's [selectize jQuery plugin](http://brianreavis.github.io/selectize.js/). It supports all of Selectize's features. Here are some highlights:
1010

1111
* Better performance than UI-Select ([ui-select](http://plnkr.co/edit/pSJNHS?p=preview) vs [angular-selectize](http://plnkr.co/edit/23VkhV?p=preview))
@@ -78,22 +78,22 @@ $scope.myConfig = {
7878
```html
7979
<selectize config='myConfig' options='myOptions' ng-model="myModel"></selectize>
8080
```
81-
##Differences in Angular version
81+
## Differences in Angular version
8282
Please note in the example that, unlike the original Selectize, options should NOT be passed in the config object.
8383

8484
##More Documentation
8585
- [Selectize config options](https://github.com/brianreavis/selectize.js/blob/master/docs/usage.md)
8686
- [Selectize API](https://github.com/brianreavis/selectize.js/blob/master/docs/api.md)
8787

88-
##Config
89-
####Inline
88+
## Config
89+
#### Inline
9090

9191
```html
9292
<selectize config="{create:true, maxItems:10}" options='myOptions' ng-model="myModel"></selectize>
9393
```
9494

9595

96-
####Global
96+
#### Global
9797
To define global defaults, you can configure the `selectize` injectable:
9898

9999
```javascript

0 commit comments

Comments
 (0)