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

Integrated new challenges API w/ mock data #114

Merged
merged 5 commits into from
Aug 20, 2015
Merged

Conversation

tladendo
Copy link
Contributor

challenge-tile(challenge="challenge", domain="vm.domain")
.challenge.tile(ng-repeat="challenge in vm.pastChallenges = (profileVm.pastChallenges)")
challenge-tile(challenge="challenge", domain="vm.domain", view="'tile'")
//.challenge.tile(ng-repeat="challenge in vm.pastChallenges = (profileVm.pastChallenges | filter: {'track': vm.track, 'subTrack': vm.subTrack})")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is only until APIs are available

@tladendo
Copy link
Contributor Author

This isn't ready to merge...still using mock data, and the API is ready now. Still, leave comments if you have any, because the code is still pretty much there.

tladendo added a commit that referenced this pull request Aug 20, 2015
Integrated new challenges API w/ mock data
@tladendo tladendo merged commit deb7e4b into dev Aug 20, 2015
.challenge.tile(ng-repeat="challenge in vm.pastChallenges = (profileVm.pastChallenges | filter: {'track': vm.track, 'subTrack': vm.subTrack})")
challenge-tile(challenge="challenge", domain="vm.domain")
.challenge.tile(ng-repeat="challenge in vm.pastChallenges = (profileVm.pastChallenges)")
challenge-tile(challenge="challenge", domain="vm.domain", view="'tile'")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can remove domain="vm.domain" here, since the challenge-tile directive does $scope.DOMAIN = CONSTANTS.domain;

@parthshah parthshah deleted the tom-challenges-api-refactor branch October 16, 2015 04:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants