Hi Nicolas.
Inspect your network tab, and see what the server returns. I suspect it
returns something like this:
"{"bundles":[{"codePk":"DynamicBundle","label":"DynamicBundle","isActive":"1
"},{"codePk":"IsoLanguage","label":"Iso Languages","isActive":"1"},{"codePk
":"Test_Bundle","label":"Test_Bundle","isActive":"1"},{"codePk":"
TranscludeBundles","label":"Transclude bundles for tests","isActive":"1"},{"
codePk":"TranscludedBundle1","label":"Transcluded bundle 1","isActive":"1
"},{"codePk":"TranscludedBundle2","label":"Transcluded bundle 2","isActive
":"1"},{"codePk":"TranscludedBundle1a","label":"Transcluded bundle 1a","
isActive":"1"}]}"
what translates to:
{
"bundles": [
{
"codePk": "DynamicBundle",
"label": "DynamicBundle",
"isActive": "1"
},
{
"codePk": "IsoLanguage",
"label": "Iso Languages",
"isActive": "1"
},
{
"codePk": "Test_Bundle",
"label": "Test_Bundle",
"isActive": "1"
},
{
"codePk": "TranscludeBundles",
"label": "Transclude bundles for tests",
"isActive": "1"
},
{
"codePk": "TranscludedBundle1",
"label": "Transcluded bundle 1",
"isActive": "1"
},
{
"codePk": "TranscludedBundle2",
"label": "Transcluded bundle 2",
"isActive": "1"
},
{
"codePk": "TranscludedBundle1a",
"label": "Transcluded bundle 1a",
"isActive": "1"
}
]
}
when parsed.
The backend is giving you back something different as you are expecting.
Regards
Sander
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" 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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.