I want to create dynamic in controller the template for table, in final form, without to use browser for render (that mean without ng-repeat or binding fields). That mean I have a html like this: var html = "<div ng-bind=dataItem.fieldName></div>"; var output = '<div>FieldValue</div>'; How can I get the output, knowing dataItem object?
-- You received this message because you are subscribed to the Google Groups "Angular" 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.
