Dean Sofer
Dean Sofer
I would like to be able to return the existing rotation value so that I can set the new rotation to be the existing value + difference. Unless there is...
So I just read that you have a content-for directive as a form of transcluding scope to other parts of the screen. Have you looked at doing this via ui-router...
This seems like a service that would be useful to run as a plug-in on the Home Assistant platform.
Do you think you can make the panel play nicely with [atom-ide](https://ide.atom.io/)? They have a cleaner layout for panels in atom   Unfortunately the panels are stacking: 
I didn't see a reason to keep the prefix as the original DOM elements are not used for anything else This is a Pull Request because it's a destructive change....
Add demo
``` js function MapCtrl($scope) { $scope.myMarkers = []; $scope.mapOptions = { center: new google.maps.LatLng(35.784, -78.670), zoom: 15, mapTypeId: google.maps.MapTypeId.ROADMAP }; $scope.addMarker = function($event) { $scope.myMarkers.push(new google.maps.Marker({ map: $scope.myMap, position: $event.latLng...
Kind of annoying if I want to put a few markers onto the page. I think it would be more sensible to do something like this: ``` html Popup Html...
Tested in all other browsers (except IE) and it passes fine. Very frustrating.
Since this repo isn't being used right now I'm going to put the TODO list here. To help cleanup the AngularUI Organization I would like to bring on a few...
https://plus.google.com/115485431256936261338/posts/C5DFPnHk9mk A lot of us are becoming alarmed at the quality of posts, projects and resources popping up in the AngularJS community. The bottom line is the core team is...