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

Commit f07fe6d

Browse files
committed
more cleanup
1 parent 2aabd28 commit f07fe6d

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

app/listings/listings.controller.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import angular from 'angular'
2-
import moment from 'moment'
32

43
(function () {
54
'use strict'
@@ -12,7 +11,6 @@ import moment from 'moment'
1211
]
1312

1413
function ListingsCtrl(CONSTANTS, logger, $q, TcAuthService, UserService, UserStatsService, ProfileService, ChallengeService, ExternalAccountService, ngDialog, $anchorScroll) {
15-
var vm = this
1614

1715
activate()
1816

app/listings/listings.module.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import angular from 'angular'
2-
import React from 'react'
3-
import { ChallengeFiltersExample, TCFooter } from 'appirio-tech-react-components'
2+
import { ChallengeFiltersExample } from 'appirio-tech-react-components'
43

54
(function() {
65
'use strict'

app/listings/listings.routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import angular from 'angular'
1818

1919
function routes($stateProvider) {
2020
var states = {
21-
'listings': {
21+
'listings': {
2222
parent: 'root',
2323
url: '/listings/',
2424
template: require('./listings')(),

0 commit comments

Comments
 (0)