fgarit
fgarit
I would also see the use for having a function for label. function($scope, $state) Maybe the function could return a promise that would be waited on before displaying. Basically, I've...
I guess ideally, I would like to have a breadCrumb builder like: .state('site.users', { url: '/users/{id:[0-9]+}', templateUrl: 'users.html', controller: 'UsersController', ncyBreadcrumb: { builder: function($injector, $state) { var someService = $injector.get('someService');...
I'll try to have a go at it when I have a little bit of time.
Similar problem here. Running grunt on cygwin. Warning: Connection :: error :: Error: All configured authentication methods failed ``` javascript sshexec: { test: { command: 'uptime', options: { host: 'myMachine',...