You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,11 +17,11 @@ Get angular-typeahead from your favorite source:
17
17
* Install with [npm][npm]: `$ npm install angular-typeahead`
18
18
* Download latest *[angular-typeahead.js][angular-typeahead.js]* or *[angular-typeahead.min.js][angular-typeahead.min.js]*.
19
19
20
-
**Note:** angular-typeahead depends on [Angular.js][angularjs] and [typeahead.js][typeahead.js]. Make sure dependencies are met in your environment:
20
+
**Note:** angular-typeahead supports [Angular.js][angularjs]v1.2.x through v1.5.x and depends on [typeahead.js][typeahead.js] v0.11.x. Make sure dependencies are met in your setup:
21
21
22
22
***global**: include jQuery, angularjs and typeahead.js before *angular-typeahead.js*.
23
-
***cjs** (node, browserify): angular-typeahead explicitly *requires*`angular` and `typeahead.js`. (note: with browserify, include jquery.js and typeahead.js externally, because angular does not define a dependency on jquery)
24
-
***amd** (require.js): angular-typeahead explicitly *requires*`angular` and declares itself as `angular-typeahead`. Note that `typeahead.js` does not work well with AMD.js, you may find [this fix](https://github.com/twitter/typeahead.js/issues/1211#issuecomment-129189829) useful.
23
+
***commonJS** (node, browserify): angular-typeahead explicitly *requires*`angular` and `typeahead.js`. (note: with browserify, include jquery.js and typeahead.js externally, because angular does not define a dependency on jquery)
24
+
***amd** (require.js): angular-typeahead explicitly *requires*`angular` and declares itself as `angular-typeahead`. Note that `typeahead.js` does not work well with AMD.js, you may find [this workaround](https://github.com/twitter/typeahead.js/issues/1211#issuecomment-129189829) useful.
0 commit comments