McNull
McNull
Does this problem still occur and if so, can you supply me some example code? Thanks.
Hi, I will have to change my build process for this; some files included in the source mapping are virtual and thus not in the src folder. They are however...
https://github.com/McNull/angular-block-ui/issues/42
Thank you for this! I will look at it when I've got some time.
Hi, it should only contain the `dist` folder; the `src` contents is mangled into the `.map` files. I'm not quite sure why you're getting this error, it's working fine for...
The current version of Chrome has source map support turned on by default. The sourcemap of the minified version points to the un-minified angular-block-ui.js, which is an actual file and...
You can register custom field templates. I haven't documented this yet, but something like this should do the trick: ``` app.config(function (fgConfigProvider, FgField) { var category = 'Text input fields';...
Hi, The scope (or scope `editForm` variable) isn't lost, it was never on the same scope as the controller scope.Just like `ng-model` expressions, the `name` attribute should always contain a...
Could you post a code snippet?
Hi, by default the module will use the _body_ element as the _main_ block-ui instance, but you can change this behavior by setting the `blockUIConfig.autoInjectBodyBlock` to false. See this [example...