Rahul Gupta

Results 5 issues of Rahul Gupta

Hi, My code looks like that, `loadModule: ['$ocLazyLoad', function($ocLazyLoad) { console.log(cssArray); var array1 = []; angular.forEach(cssArray, function(val){ array1.push({type: 'css', path: val.href}); }); console.log(array1); return cssArray.length ? $ocLazyLoad.load(array1) : true; }],`...

In google map I am getting currentLocation button. But I am not able to get this button my google map. I think this button comes in Android using **setMyLocationEnabled(true)** function....

In styles/angularjs.less: Style elements within text editors using the `atom-text-editor::shadow` selector or the `.atom-text-editor.less` file extension. If you want to target overlay elements, target them directly or as descendants of...

Hi, I am using oclayload for load module lazily, and make split chunks using web pack. Some directive depends on lazily load the module when any state invoke, In directive...

Hi, I write config, $scope.editorOptions = { height: 100, toolbarGroups: [ { name: 'clipboard', groups: ['clipboard', 'undo'] }, { name: 'editing', groups: ['find', 'selection', 'spellchecker', 'editing'] }, { name: 'links',...