guide updates

This commit is contained in:
Leo Horie 2014-10-01 22:17:49 -04:00
parent 349988eaa7
commit bfd043aa5e
2 changed files with 6 additions and 4 deletions

View file

@ -212,7 +212,7 @@ var autocompleter = function() {
As you can see, the code is exactly the same as before, with the exception that it is wrapped in a function that returns the module. This allows us to easily create copies of the autocompleter:
```
```javascript
//here's an example of using the autocompleter
var dashboard = {}
dashboard.controller = function() {