Scott

Results 67 comments of Scott

Thanks @andy-dorman you helped me get to at least a place where the examples work.

I had to work around this by creating a project copy of 'website' and changing its bower.json file.

Getting this same issue in 0.3.4 and 0.3.5.

Figured out my issue, was using `/src/**/*.js` instead of `src/**/*.js`

https://github.com/json-schema-form/json-schema-form/wiki/Documentation#copyvalueto This might help. Other than possibly needing a $scope.$apply() though, I don't see anything wrong with your code or why it wouldn't work like you are expecting.

The tests are failing because the decorator is trying to load the template remotely as a url, but the template is a string.

Don't use the minified schema-form file and it will tell you the dependency you are missing. A good idea is to use wiredep to load these automagically.

@Anthropic I am familiar with dgeni and can make some minor tweaks to the examples page some time this week.