diff --git a/app/coffee/app.coffee b/app/coffee/app.coffee index 223d11d9..666a9e1a 100644 --- a/app/coffee/app.coffee +++ b/app/coffee/app.coffee @@ -179,7 +179,7 @@ configure = ($routeProvider, $locationProvider, $httpProvider, $provide, $tgEven $provide.factory("authHttpIntercept", ["$q", "$location", "$tgNavUrls", "lightboxService", authHttpIntercept]) - $httpProvider.interceptors.push('authHttpIntercept'); + $httpProvider.interceptors.push('authHttpIntercept') # If there is an error in the version throw a notify error versionCheckHttpIntercept = ($q, $confirm) -> diff --git a/app/coffee/modules/userstories/detail.coffee b/app/coffee/modules/userstories/detail.coffee index b62adcae..5b46767e 100644 --- a/app/coffee/modules/userstories/detail.coffee +++ b/app/coffee/modules/userstories/detail.coffee @@ -50,7 +50,7 @@ class UserStoryDetailController extends mixOf(taiga.Controller, taiga.PageMixin) constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location, @log, @appTitle, @navUrls, @analytics, tgLoader) -> - @scope.issueRef = @params.issueref + @scope.usRef = @params.usref @scope.sectionName = "User Story Details" @.initializeEventHandlers()