umdstu

Results 13 issues of umdstu

In webpack.confg.js you reference a `const extract = { styles: new extractPlugin('css/styles.css') }` but there is no styles.css file generated during the `npm run start` process. Is there something missing?

#29 was closed, it was never merged in the 1.4 version. Things have obviously changed significantly since then, but this plugin still does not support scrolling in an element other...

Do you have a suggested way in which this could be done? angular-grid directive adds classes to whatever is immediately inside the element, so moving ng-repeat to something else didn't...

AG is hardcoded to look for elements when iterating over all the items in the array. So if you opt for a div tag with image set as background, you...

As the title indicates, if you have an image that doesn't have the same width as it does height, calling rotateImage() causes part of the image to be cut off,...

There doesn't appear to be a way to differentiate between paginated elements on the same page when responding to their emitted events, ie. pagination:loadPage. I suggest adding an additional required...

When you use webpack, you no longer have a specific (template) file to point to. This means that when angular-tree-dnd templateUrl is set to a template file path, it will...

I'm not sure exactly what change I did to my css that would cause this, but the masks for nzTour now all appear to be stacked at the top left...

After implementing this gem and the required changes, I verified everything worked. I then added a custom gem to the Gemfile that happens to load one of the config/*.yml files....

Is there still a reason this package needs to be dependent on github: `"leaflet-draw": "git://github.com/michaelguild13/Leaflet.draw.git#master",` instead of Leaflet.Draw since it's in [NPM](https://www.npmjs.com/package/leaflet-draw) ?