Skip to content

Commit 978b296

Browse files
committed
remove more tabs from readme
1 parent 0543a48 commit 978b296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ Example showing how use the handle option
5858
angular.module('exampleApp', ['ng-sortable'])
5959
.component('dragAndDropExample', {
6060
template: `
61-
<ul ng-sortable=$ctrl.sortableConf>
61+
<ul ng-sortable=$ctrl.sortableConf>
6262
<li ng-repeat="item in ['burgers', 'chips', 'hotdog']" draggable="false">
6363
<span class="grab-handle">Drag Header</span>
6464
<div>{$ item $}</div>
6565
</li>
6666
</ul>`,
6767
controller: class ExampleController {
68-
constructor() {
69-
this.sortableConf = {
68+
constructor() {
69+
this.sortableConf = {
7070
animation: 350,
7171
chosenClass: 'sortable-chosen',
7272
handle: '.grab-handle',

0 commit comments

Comments
 (0)