docs(orderBy filter): fix controller name in example
Closes #8133 Closes #8206
This commit is contained in:
committed by
Peter Bacon Darwin
parent
c0afbfaca5
commit
01387c0a8f
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user