I included multiple version jquery in my application, I am trying to use 
jquery autocomplete method in my app. but i am getting the below error , 
how resolve the issue

rror: $.autocomplete is not a function
@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:18
nodeLinkFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:6312
compositeLinkFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:5722
compositeLinkFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:5725
compositeLinkFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:5725
nodeLinkFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:6305
compositeLinkFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:5722
publicLinkFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:5627
boundTranscludeFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:5741
controllersBoundTransclude@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:6332
ngRepeatAction@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:19684
$watchCollectionAction@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:11828
Scope.prototype.$digest@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:11930
Scope.prototype.$apply@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:12179
bootstrap/doBootstrap/<@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:1341
invoke@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:3762
bootstrap/doBootstrap@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:1340
bootstrap@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:1353
@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:196
._Deferred/e.resolveWith@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
._Deferred/e.done@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
e.prototype.ready@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
e.prototype.init@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
e@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:195
.globalEval/<@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
.globalEval@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
bl@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
.each@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
.domManip@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:3
.append@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:3
.registerPlugin/</$.fn[n]@http://localhost:7001/pcps/static/js/plugins/jquery.livequery.js:178
.html@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:3
.registerPlugin/</$.fn[n]@http://localhost:7001/pcps/static/js/plugins/jquery.livequery.js:178
$.fireAjax/showResponse@http://localhost:7001/pcps/static/js/plugins/appframework-jquery.js:91
$.fireAjax/<.success@http://localhost:7001/pcps/static/js/plugins/appframework-jquery.js:77
._Deferred/e.resolveWith@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
w@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:4
.send/d@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:4

<input class="ng-pristine ng-valid" ng-model="modelcntntChange.modelcode" 
ng-change="loadPlant(modelcntntChange)" ng-model-onblur="" 
name="modelcodes" id="modelcodes" ng-auto-complete="" ui-items="modelCodes">
angular_1.2.14.js (line 9509)

Error: iElement.autocomplete is not a function
@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:34
nodeLinkFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:6312
compositeLinkFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:5722
compositeLinkFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:5725
compositeLinkFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:5725
nodeLinkFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:6305
compositeLinkFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:5722
publicLinkFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:5627
boundTranscludeFn@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:5741
controllersBoundTransclude@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:6332
ngRepeatAction@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:19684
$watchCollectionAction@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:11828
Scope.prototype.$digest@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:11930
Scope.prototype.$apply@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:12179
bootstrap/doBootstrap/<@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:1341
invoke@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:3762
bootstrap/doBootstrap@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:1340
bootstrap@http://localhost:7001/pcps/static/js/plugins/angular_1.2.14.js:1353
@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:196
._Deferred/e.resolveWith@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
._Deferred/e.done@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
e.prototype.ready@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
e.prototype.init@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
e@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:195
.globalEval/<@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
.globalEval@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
bl@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
.each@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
.domManip@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:3
.append@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:3
.registerPlugin/</$.fn[n]@http://localhost:7001/pcps/static/js/plugins/jquery.livequery.js:178
.html@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:3
.registerPlugin/</$.fn[n]@http://localhost:7001/pcps/static/js/plugins/jquery.livequery.js:178
$.fireAjax/showResponse@http://localhost:7001/pcps/static/js/plugins/appframework-jquery.js:91
$.fireAjax/<.success@http://localhost:7001/pcps/static/js/plugins/appframework-jquery.js:77
._Deferred/e.resolveWith@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:2
w@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:4
.send/d@http://localhost:7001/pcps/static/js/libs/jquery-1.6.4.min.js:4

<input class="ng-pristine ng-valid" ng-model="modelcntntChange.modelcode" 
ng-change="loadPlant(modelcntntChange)" ng-model-onblur="" 
name="modelcodes" id="modelcodes" ng-auto-complete="" ui-items="modelCodes">


On Wednesday, 23 April 2014 19:43:11 UTC+5:30, Diwan Oli M wrote:
>
> Hi ,
>          My application using jquery 1.6.4 version , i am trying to 
> implement angular could you please suggest which angular version support . 
> i cant change the jquery version ,because already my application in 
> production 
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to