mickael foucaux

Results 7 issues of mickael foucaux

When auto-enabled I got my nerdtree icons plugin less readeable ![image](https://user-images.githubusercontent.com/51155/123396308-74258900-d5a1-11eb-9a16-9ded12138824.png) When it is disabled it looks better ![image](https://user-images.githubusercontent.com/51155/123396382-8a334980-d5a1-11eb-8d66-24455d32feda.png) Generally I do not want to enable rainbow plugin in the...

help wanted
not issue

Using `"angular-pnotify": "~0.1.2"` ```javascript 'use strict'; angular.module('MyApp') .config(['notificationServiceProvider', function(notificationServiceProvider) { notificationServiceProvider.setDefaults({ styling: "bootstrap3", history: false }); }]) .factory('notification', ['notificationService', function (notificationService) { return { error: function(title, text, options) { var...

Add responsive by default include all other pull requests: - [remove jssorServices](https://github.com/adebisi-fa/dang-jssor/pull/2) - [jshint compatible](https://github.com/adebisi-fa/dang-jssor/pull/3) - [use angular.element instead of $](https://github.com/adebisi-fa/dang-jssor/pull/4) - [make the slider responsive](https://github.com/adebisi-fa/dang-jssor/pull/5)

Make responsive as suggest on [jssor doc](http://www.jssor.com/development/tip-make-responsive-slider.html)

make good usage of [angular.element](https://docs.angularjs.org/api/ng/function/angular.element)

This Pull Request apply some code quality from [johnpapa guide](https://github.com/johnpapa/angular-styleguide)

This Pull Request remove useless factory _jssorServices_