Commit 58b21808adc73abde2177190703d7fc39ad13ccb
1 parent
453e33ddb7
Exists in
master
and in
1 other branch
Rename review to study front-end style
Showing 5 changed files with 22 additions and 22 deletions Side-by-side Diff
config.js
View file @
58b2180
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | 'flashy.DeckController', |
7 | 7 | 'flashy.ClassAddController', |
8 | 8 | 'flashy.RequestResetController', |
9 | - 'flashy.ReviewController', | |
9 | + 'flashy.StudyController', | |
10 | 10 | 'flashy.UserService', |
11 | 11 | 'flashy.FlashcardDirective', |
12 | 12 | 'flashy.ResetPasswordController', |
... | ... | @@ -52,10 +52,10 @@ |
52 | 52 | templateUrl: 'templates/deck.html', |
53 | 53 | controller: 'DeckController' |
54 | 54 | }). |
55 | - state('review', { | |
56 | - url: '/review', | |
57 | - templateUrl: 'templates/review.html', | |
58 | - controller: 'ReviewController' | |
55 | + state('study', { | |
56 | + url: '/study', | |
57 | + templateUrl: 'templates/study.html', | |
58 | + controller: 'StudyController' | |
59 | 59 | }). |
60 | 60 | state('flashcard', { |
61 | 61 | url: '/flashcard', |
scripts/ReviewController.js
View file @
58b2180
scripts/StudyController.js
View file @
58b2180
templates/review.html
View file @
58b2180