Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ffb0147

Browse files
committed
tweaks
1 parent c08637e commit ffb0147

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/listings/listings.controller.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
import _ from 'lodash'
12
import angular from 'angular'
2-
import { loadUser, getCurrentUser } from '../services/userv3.service.js'
3+
import { loadUser } from '../services/userv3.service.js'
34

45
(function () {
56
'use strict'
@@ -8,7 +9,7 @@ import { loadUser, getCurrentUser } from '../services/userv3.service.js'
89

910
ListingsCtrl.$inject = ['CONSTANTS', 'logger', '$q','TcAuthService', 'UserService',
1011
'UserStatsService', 'ProfileService', 'ChallengeService',
11-
'ExternalAccountService', 'ngDialog', '$anchorScroll', '$scope',
12+
'ExternalAccountService', 'ngDialog', '$anchorScroll', '$scope'
1213
]
1314

1415
function ListingsCtrl(CONSTANTS, logger, $q, TcAuthService, UserService, UserStatsService, ProfileService,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"appirio-styles": "0.x.x",
5757
"appirio-tech-ng-iso-constants": "^1.0.6",
5858
"appirio-tech-ng-ui-components": "^2.1.2",
59-
"appirio-tech-react-components": "nomo-kazza/react-components.git#challenge-listings",
59+
"appirio-tech-react-components": "appirio-tech/react-components.git#cl-misc-fixes-2",
6060
"auth0-angular": "^4.1.0",
6161
"auth0-js": "^6.8.0",
6262
"d3": "^3.5.14",

0 commit comments

Comments
 (0)