We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b26d549 + f876e7d commit c9ea47fCopy full SHA for c9ea47f
README.md
@@ -21,9 +21,9 @@ Include the required libraries
21
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?libraries=places&sensor=false"></script>
22
```
23
24
-Declare a dependency on the `ng-Autocomplete` module
+Declare a dependency on the `ngAutocomplete` module
25
``` javascript
26
-var app = angular.module('myModule', ['ng-Autocomplete']);
+var app = angular.module('myModule', ['ngAutocomplete']);
27
28
29
Add the directive to a textbox
0 commit comments