Diego Roberto Antunes
Diego Roberto Antunes
Very interesting and amazing concept. Would be perfect if add a method of success (at the end of progress show successful label or icon) before back for the initial button...
I'm have the follow structure: ``` $routeSegmentProvider .when('/login', 'login') .when('/users', 'base.users') .segment('login', { templateUrl: '/login/login.html', controller: 'LoginCtrl', permissions : { login: false, profiles: [profiles.public] } }) // Use this for...