Fix 2 typos
parent
f9bf250b38
commit
772108225e
|
@ -179,7 +179,7 @@ configure = ($routeProvider, $locationProvider, $httpProvider, $provide, $tgEven
|
||||||
|
|
||||||
$provide.factory("authHttpIntercept", ["$q", "$location", "$tgNavUrls", "lightboxService", authHttpIntercept])
|
$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
|
# If there is an error in the version throw a notify error
|
||||||
versionCheckHttpIntercept = ($q, $confirm) ->
|
versionCheckHttpIntercept = ($q, $confirm) ->
|
||||||
|
|
|
@ -50,7 +50,7 @@ class UserStoryDetailController extends mixOf(taiga.Controller, taiga.PageMixin)
|
||||||
|
|
||||||
constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location,
|
constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location,
|
||||||
@log, @appTitle, @navUrls, @analytics, tgLoader) ->
|
@log, @appTitle, @navUrls, @analytics, tgLoader) ->
|
||||||
@scope.issueRef = @params.issueref
|
@scope.usRef = @params.usref
|
||||||
@scope.sectionName = "User Story Details"
|
@scope.sectionName = "User Story Details"
|
||||||
@.initializeEventHandlers()
|
@.initializeEventHandlers()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue