Skip to content

Commit

Permalink
fix(122_accessibility.ngdoc): Update angular-aria version.
Browse files Browse the repository at this point in the history
Fixing version of angular-aria on accessibility tutorial.
  • Loading branch information
Portugal, Marcelo authored and mportuga committed Mar 16, 2018
1 parent 5922676 commit faa17fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/tutorial/122_accessibility.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Prerequisites:
<ul>
<li>Include angular-aria (Angular 1.3.0+).
<pre>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-aria.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.6.7/angular.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.6.7/angular-aria.js"></script>
<link rel="styleSheet" href="release/ui-grid-unstable.css"/>
<script src="/release/ui-grid-unstable.js"></script>
</pre>
Expand Down Expand Up @@ -68,7 +68,7 @@ For better performance with the following example, you can choose to load the ui
</pre>

@example
<example module="app" deps="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular-aria.js">
<example module="app" deps="http://ajax.googleapis.com/ajax/libs/angularjs/1.6.7/angular-aria.js">
<file name="app.js">
var app = angular.module('app', ['ngTouch', 'ngAria', 'ui.grid', 'ui.grid.pagination', 'ui.grid.cellNav']);

Expand Down

0 comments on commit faa17fb

Please sign in to comment.