McNull / angular-form-gen

Design Bootstrap based form schemas for AngularJS in a drag and drop WYSIWYG environment.
MIT License
135 stars 79 forks source link

How to inject ngdialog into fgSchemaController #31

Open sunil233 opened 7 years ago

sunil233 commented 7 years ago

hi i want to use a custom directive(ngdialog ) in my preview page.. i want to inject the custom directive module as below fg.controller('fgSchemaController', function ($scope, fgUtils, $rootScope, $filter, $controller, $http, ngDialog) {