(http://angularjs/angular.min.js:109:313) ngRepeat: mapImg in imgCat | unique:'select'
unique function doesn't work in server. but function work in localhost
(http://angularjs/angular.min.js:109:313) ngRepeat: mapImg in imgCat | unique:'select'
unique function doesn't work in server. but function work in localhost
AngularJS doesn't come with a unique filter by default. I hope you're using one of the custom filters in your app. If not you can use the one from angular-filter. Include the javascript and inject in your application dependency. angular-filter
Please share your code in plunker if you still need assistance.