Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 840e889

Browse files
sqdkpetebacondarwin
authored andcommitted
docs(orderBy filter): fix controller name in example
Closes #8133 Closes #8206
1 parent d7f7302 commit 840e889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/filter/orderBy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
* @example
7373
<example module="orderByExample">
7474
<file name="index.html">
75-
<div ng-controller="Ctrl">
75+
<div ng-controller="ExampleController">
7676
<table class="friend">
7777
<tr>
7878
<th><a href="" ng-click="reverse=false;order('name', false)">Name</a>

0 commit comments

Comments
 (0)