Merge pull request #226 from taigaio/typos

Fix 2 typos
stable
Alejandro 2015-01-09 09:37:50 +01:00
commit a21ed91888
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()