commit
a21ed91888
|
@ -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) ->
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue