Hello,
I'm new at AngularJS so i'm trying to build a table like WPF (or Windows 
Forms) declaration for study purposes.

I have the following declaration at my HTML

<custom-table datasource="persons" headers="headers">
        <custom-column header="header" display-member=""/>
        <custom-column header="header" display-member=""/></custom-table>


OK, my custom-table directive it works fine...

The problem is, i imaginated the flow as:

1. Read the columns inside
2. Make the THEAD and put headers at my table
3. Build the TBODY with NG-REPEAT
4. Replace the custom-table with the table 

I have done the step 2,3, 4, facing problems in step 1

On step 1, I have no clue how to read HTML passed as content of my 
directive, 'cause on link function, the HTML declared was replaced by 
template.html and columns doesn't exists anymore

Does anyone knows how to solve this problem??

Thanks.

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