Dean Sofer
Dean Sofer
So you've probably been following this thread: https://github.com/angular/angular.js/pull/1198 and known there's a lot of suggestions and discussions around nested routing (including your own solution). I was looking over your code...
I'd like to have an option to reuse (replace the project for the current window) instead of opening a new one or adding another project folder to the current window.
Would like to add GHE support since Sony hosts their stuff on an intranet. [Refined Github](https://github.com/sindresorhus/refined-github) has a really streamlined way of adding support / permissions for GHE domains.
Is there a major difference in the codebase? Since both are just wrapping jquery-ui I would think it wouldn't be hard to combine the 2.
When the panel is unfocused, the text becomes visible again. https://github.com/silvestreh/atom-material-syntax-light/issues/6
You could just do: ``` js myApp.filter('_', function(){ return function() { var args = Array.prototype.slice.call(arguments, 0); var method = args.splice(1,1)[0]; return _[method].apply(this, args); } }); angular.forEach(_, function(method, name){ // prefix...
### Description The paid version of FluidApp for OSX lets you convert apps to menubar apps which don't have the window controls (they're essentially borderless and float above all other...
This is a continuation of https://github.com/angulartics/angulartics-segment/issues/10 > My pageviews look like this: > > ``` > analytics.page('http://dev.local:4000/', { > $$protocol: 'http', > $$host: 'dev.local', > $$port: 4000, > $$path: '',...
So I was poking around the code for unrelated reasons and came across this line: https://github.com/luisfarzati/angulartics/blob/master/src/angulartics.js#L260 You are essentially adding watchers for every single property of an element that has...
So one of the best practices around UI-Router is actually breaking up your app into LOTS of states, and urls are not always necessary for ui-router. In addition, there is...