Hi Sander,
well, the  <article> tag is inside a <section> tag, which is inside a div 
with the ng-controller. 

<div id="zr" ng-controller="SpotController as spot">

            <section class="coll no-float coll1" ng-repeat="item in 
spot.contents" ng-hide="$index != selectedIndex">

                <article class="coll coll2 padding40">
                    <h2 
class="margin20-b">{{spot.contents[$index]['header']}}</h2>
                    <h3 
class="margin20-b">{{spot.contents[$index]['subheader']}}</h3> 
                    <p ng-bind-html="item.description"></p>              
                </article>
            </section>
</div>

Den tirsdag den 24. juni 2014 18.56.43 UTC+2 skrev Sander Elias:
>
> Hi Kasper,
>
> Good, with that out of the way, can you show me the line of code where you 
> are putting the
> html content inside $scope.item.description, that seems to be missing in 
> your message
>
> Regards
> Sander
> ​
>

-- 
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