We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ed4a8 commit 4275bd3Copy full SHA for 4275bd3
1 file changed
js/app.js
@@ -53,7 +53,7 @@ function($routeProvider, $httpProvider) {
53
// Custom handlers for route authentication and rejection of invalid board id
54
taskBoard.run(['$rootScope', '$location', '$window', 'AuthenticationService',
55
function($rootScope, $location, $window, AuthenticationService) {
56
- $rootScope.version = 'v0.2.5';
+ $rootScope.version = 'v0.2.6';
57
58
$rootScope.$on('$routeChangeStart', function(event, nextRoute, currentRoute) {
59
// Redirect to default path if authentication is required but not present.
0 commit comments