Kelp

Results 18 comments of Kelp

Use $http load data, then put it into the scope.

It should custom by yourself.

Hello @prem-prakash There are some issue about the angular-validator on form-builder. I will check it. Thank you.

Hello @prem-prakash Sorry, I am busy for other projects. Could you submit the pull-request. Thank you.

``` js $validator.validate($scope, 'mts') ```

sample: http://kelp404.github.io/angular-form-builder/

Hello @victorkim I think the $scope in ng-include and the $scope at container are different. ``` coffee $validator.validate $scope, 'user' ``` You should replace $scope as one in `ng-include`.

There is a same one: https://github.com/mdewolfe/JSONKit/commit/e7dc2eec018ab9464459e875c71bf853e592306c

You should create a pull-request. https://help.github.com/articles/creating-a-pull-request/