Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Commit

Permalink
v0.5.6
Browse files Browse the repository at this point in the history
Signed-off-by: zensh <[email protected]>
  • Loading branch information
zensh committed May 2, 2014
1 parent f3c1ce1 commit d9f11f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ui-autocomplete directive v0.5.4
# ui-autocomplete directive v0.5.6
Intend to replace Select2!

AngularJS Autocomplete Wrapper for the jQuery UI Autocomplete Widget - v1.10.3
Expand Down
9 changes: 1 addition & 8 deletions autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*global angular, $ */

/*
* AngularJS Autocomplete, version 0.5.4
* AngularJS Autocomplete, version 0.5.6
* Wrapper for the jQuery UI Autocomplete Widget - v1.10.3
* API @ http://api.jqueryui.com/autocomplete/
*
Expand Down Expand Up @@ -291,13 +291,6 @@ angular.module('ui.autocomplete', [])
autocomplete.methods.filter = filter;
autocomplete.methods.clean = cleanNgModel;

//auto update autoupdate options
// scope.$watch(function () {
// return autocomplete.options;
// }, function (value) {
// element.autocomplete('option', checkOptions(value));
// });

element.on('focus', autoFocusHandler);

element.autocomplete(extend({}, autocomplete.options, events));
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ui-autocomplete",
"main": "autocomplete.js",
"version": "0.5.5",
"version": "0.5.6",
"homepage": "https://github.com/zensh/ui-autocomplete",
"authors": [
"Yan Qing <[email protected]>"
Expand Down

0 comments on commit d9f11f2

Please sign in to comment.