otterslide

Results 10 comments of otterslide

jpyams, are you using | filter in ng-repeat by any chance? I've seen this cause issues similar to what you describe. I believe you have to filter in your javascript,...

I couldn't get it to work with this plugin, but I got it to work with https://github.com/klederson/angular-masonry-directive I even tried angular-isotope plugin. They both broke when I changed the model...

@asharayev I'd be interested in this code. I am about to do the same thing myself. I don't think this is useless. Many people will need to custom start/stop the...

@asharayev Thanks for sharing that. I ended up doing my own version yesterday. I moved the entire interceptor in a service that also has the start/stop methods. It was a...

// ignore a particular $http GET: $http.get('/status', { ignoreLoadingBar: true });

I think this algorithm is geared towards tracking the sun for energy purposes, like concentrating the sun's power. It was created for the department of energy. When it barely rises,...

I'm surprised that you managed to get rise/set from the original. I tried an online calculator that says it's using the original algorithm and it also didn't provide a sun/set.....

I was able to figure it out based on the answer to another issue for opening a popup on click. I just changed the _loadCount logic to return the count...

Usually most people need only one share item, but I have a page with 15 of them. It's a summary of other pages on my site that can be shared....

Same issue here, version 1.1.4 of Material. Disable Scroll Mask is set to true on MdPanel ``` MdPanelRef.prototype._createPanel = function() { ... if (self.config['disableParentScroll']) { self._restoreScroll = self._$mdUtil.disableScrollAround( null, self.panelContainer,...