Fix 2 typos

stable
Jesús Espino 2015-01-08 13:46:11 +01:00
parent f9bf250b38
commit 772108225e
2 changed files with 2 additions and 2 deletions

View File

@ -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) ->

View File

@ -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()