Skip to content

Instantly share code, notes, and snippets.

@getnashty
Created January 30, 2014 14:24
Show Gist options
  • Save getnashty/8709443 to your computer and use it in GitHub Desktop.
Save getnashty/8709443 to your computer and use it in GitHub Desktop.
(function assignSlideIds(){
for(var i in $scope.avContent){
$scope.avContent[i].id = utils.uniqueId('article_');
}
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment