lab13_angularjs icon indicating copy to clipboard operation
lab13_angularjs copied to clipboard

The Lab: Front-End Frameworks: AngularJS

Results 2 lab13_angularjs issues
Sort by recently updated
recently updated
newest added

I played around with your code some more. I hoped that I could use some more of Angular's binding magic but that didn't work out very well. If there is...

I think you need to reconsider the interface of the `configurationField` directive. Passing in the value object directly won't work as it has no way of consuming the change. So...