Roche julien
Roche julien
The pie sorts the value. However, sometimes, we want to keep the order of colors. I add an option for that: for (i = 0; i < len; i++) {...
Hi With the current approach, the underscore dependecy could not be used in provider. Prefer using this approach to allowed injection in all angular components: ````javascript angular .module('underscore', []) .constant('_',...
Hi, I would like to know more about the process of our bower registry. I used an Ubuntu server, install Node/NPM, Git SVN and download your NPM. Then, I set...
Hi We could define a [function](https://github.com/nutboltu/storybook-addon-mock/blob/master/packages/mock-addon/src/utils/faker.js#L125) when we want to return a custom response. It should be great if it supports async response. Especially if we want to call a...
Hi, With tablet (I test on Android for the moment), orientation to 0 is equivalent to M.LANDSCAPE_LEFT, not M.PORTRAIT_TOP. Here a patch for the M.Environment.getOrientation method: M.Environment = M.Object.extend( {...
Hi, A fancy enhancement will to include a detection of the device and put it into M.Environment. We could have: isDeviceMobile or isDeviceTablet. Here the following code: M.Environment = M.Object.extend(...
Hi, Can we have a more flexible ImageView that accepts as value a String or a Function ? Here an example of patch for the render method: /** \* Renders...
Hi, In the case where we have a page before the page which has got the SplitView (for example, we have a SplashScreen page first), if the screen is too...
Could we imagine the library use JSON5 (https://www.npmjs.com/package/json5) to allow more flexibility into the loaded JSON files ? Many thanks
Related to issue #71 , this PR contains the ability for each adapter to have a `resetLastConfig` method. This pr contains: - Add on the base adapter the method -...