mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix typo in ng-repeat directive.
This commit is contained in:
parent
1fb036811a
commit
35de3ee0ab
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
li
|
||||
h2 #{translate("folders")}
|
||||
li.tag(
|
||||
ng-repeat="tag in tags | orderBy:name",
|
||||
ng-repeat="tag in tags | orderBy:'name'",
|
||||
ng-class="{active: tag.selected}",
|
||||
ng-cloak,
|
||||
ng-click="selectTag(tag)"
|
||||
|
|
Loading…
Reference in a new issue