docs(orderBy filter): fix controller name in example

Closes #8133
Closes #8206
This commit is contained in:
Christian
2014-07-10 16:20:01 +02:00
committed by Peter Bacon Darwin
parent c0afbfaca5
commit 01387c0a8f
+1 -1
View File
@@ -72,7 +72,7 @@
* @example
<example module="orderByExample">
<file name="index.html">
<div ng-controller="Ctrl">
<div ng-controller="ExampleController">
<table class="friend">
<tr>
<th><a href="" ng-click="reverse=false;order('name', false)">Name</a>