ng-init を使用してローカル モデルを定義する必要があります。残念ながら、アクセントに誤りがあります。何か案が?
<div ng-init="
descriptions = {
floraison: {
photos: [
{file:'1-PaniculeSansPollen', description:'Panicule sans pollen'},
{file:'2-DebutEmissionPollenSurLeBrinPrincipal', description:'Début émission pollen sur le brin principal'},
etc. (remaining part of the code has been removed for the question)
エラーは次のとおりです。
Error: [$parse:lexerr] Lexer Error: Unexpected next character at columns 430-430 [é] in expression [descriptions = {
floraison: {
photos: [
{file:'1-PaniculeSansPollen', description:'Panicule sans pollen'},
{file:'2-DebutEmissionPollenSurLeBrinPrincipal', description:'Début émission pollen sur le brin principal'},
[編集] フィドルを追加: http://jsfiddle.net/stephanedeluca/bS6ZU/