Skip to content

Commit

Permalink
Merge pull request #30 from fringedgentian/typo
Browse files Browse the repository at this point in the history
Fix typo in Tutorial
  • Loading branch information
huntc committed Sep 15, 2014
2 parents f320006 + 68c2ecf commit 5189406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2>Setup</h2>
</p>

<p>
The <a href="#code/public/js/app.js" class="shortcut">app.js</a> file uses RequireJS to load AngularJS and setup the different parts of the application:
The <a href="#code/public/js/main.js" class="shortcut">main.js</a> file uses RequireJS to load AngularJS and setup the different parts of the application:
<pre><code>require(['angular', './controllers', './directives', './filters', './services', 'angular-route'],
function(angular, controllers) {</code></pre>

Expand Down

0 comments on commit 5189406

Please sign in to comment.