When I check my inspector I have data returned to my $scope in the 
following form:

$scope

   - data
      - site
         - basics
            - name
            - description
         - services
            - service 1
               - name
               - fee
            - service 2
               - name 
               - fee
            

I've tried using {{site.basics.name}} to call my site name but it doesn't 
like it.

I've also tried looping through basics area and it still doesn't like it.
<ul>
<li ng-repeat="basics in data">{{name}}>/li>
</ul>

No luck either.

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