Val Redchenko
Results
2
issues of
Val Redchenko
Already on SO: http://stackoverflow.com/questions/19812911/is-it-possible-to-refresh-route-segment-provider-in-angularjs Basically, I'm using: resolve: ['isUserLoggedIn'], resolveFailed: { templateUrl: 'assets/templates/login.html', controller: LoginCtrl } to redirect to login page if user is not yet logged in. The login...
Hi Mischi, I've modified your JS to use a template within the directive: template: '' + 'Select upload photo: ' + '' , for my specific needs within current project,...