diff options
Diffstat (limited to 'scenario/widgets.html')
| -rw-r--r-- | scenario/widgets.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scenario/widgets.html b/scenario/widgets.html index 86269e86..2626843d 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -72,7 +72,7 @@ </tr> <tr><th colspan="3">Buttons</th></tr> <tr> - <td>ng-change<br/>ng-click</td> + <td>ng-change<br/>ng:click</td> <td ng:init="button.count = 0"> <form> <input type="button" value="button" ng-change="button.count = button.count + 1"/> <br/> @@ -85,10 +85,10 @@ </tr> <tr><th colspan="3">Repeaters</th></tr> <tr> - <td>ng-repeat</td> + <td>ng:repeat</td> <td> <ul> - <li ng-repeat="name in ['misko', 'adam']">{{name}}</li> + <li ng:repeat="name in ['misko', 'adam']">{{name}}</li> </ul> </td> <td></td> |
