I have created a controller. In which I have defined an items variable 
which is initialized with music variable which is empty and the music 
variable get populated by click of an element and navigate the user to list 
view section.

Issue is that i can see items variable filled with my data on page but it 
is not showing in ngrepeat and show error of ngrepeat dupes.

08-06 19:04:55.080: E/Web Console(31134): Error: [ngRepeat:dupes] 
http://errors.angularjs.org/1.2.12/ngRepeat/dupes?p0=item%20in%20items&p1=string%3A%22

.controller('MusicListCtrl',['$scope', function($scope){
 $scope.items = music_list;
 $scope.musiclisting = function() {
musiclisting();
}
}])

Please advice


-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to