Bug in version 1.0.0-beta.14

Below is my plnkr

Bug simulation is on Search Page

Where in I have reference http://code.ionicframework.com/1.0.0-beta.14/js/ionic.bundle.js ionic bundle. When I reference above js file than my second directive search filter will stop working but at the same time, if I reference http://code.ionicframework.com/1.0.0-beta.1/js/ionic.bundle.js it works search filter in both directive.

So in short there is bug in latest version or I am missing something which I have to follow. Kindly somebody from ionic team please come forward and help us.

May have to do with the update to angular 1.3

https://docs.angularjs.org/guide/migration#migrating-from-1-2-to-1-3

Please review the migration docs and update your directive.

Any help will be appreciate !!

I put same question in stackoverflow, where I got reply telling that in my second directive my json is nested due to that angular 1.3 will not help as it have bug I have to use angularjs 1.3.8 or later

Answer is on this link http://stackoverflow.com/questions/28103165/angularjs-search-filter-issue/28105438#28105438

Now my question is how can I update ionic to use new angularjs or where can I put my angularjs file in file structure.

Kindly help me as I new so I need to know. Hope to get reply soon.