diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 43b040d143e..06568bf7c1d 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -183,6 +183,11 @@ "title": "Understanding binding", "tooltip": "Introductory guide to binding." }, + { + "url": "guide/property-binding", + "title": "Property binding", + "tooltip": "Learn how to use property binding." + }, { "url": "guide/attribute-binding", "title": "Attribute binding", @@ -198,11 +203,6 @@ "title": "Event binding", "tooltip": "Learn how to use to event binding." }, - { - "url": "guide/property-binding", - "title": "Property binding", - "tooltip": "Learn how to use property binding." - }, { "url": "guide/two-way-binding", "title": "Two-way binding",