This repository was archived by the owner on Feb 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 1
1
< div ng-bind-route ="add ">
2
- < h3 > Add recipe</ h3 >
3
- Now it's your turn. Write some code to add a new recipe
2
+ < h3 > Add recipe</ h3 >
3
+ Now it's your turn. Write some code to add a new recipe
4
4
</ div >
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import 'package:angular/routing/module.dart';
5
5
import 'dart:async' ;
6
6
import 'dart:convert' ;
7
7
import 'package:perf_api/perf_api.dart' ;
8
- import 'package:logging/logging.dart' ;
9
8
import 'package:di/di.dart' ;
10
9
11
10
part 'category_filter.dart' ;
@@ -32,7 +31,7 @@ kitchen and took the recipe book with him!""";
32
31
// Determine the initial load state of the app
33
32
String message = LOADING_MESSAGE ;
34
33
bool recipesLoaded = false ;
35
- bool categoriesLoaded = false ;
34
+ bool categoriesLoaded = false ;
36
35
37
36
// Data objects that are loaded from the server side via json
38
37
List _categories = [];
@@ -83,9 +82,6 @@ kitchen and took the recipe book with him!""";
83
82
84
83
// TODO - Remove the Profiler type. It's only needed to get rid of Misko's spam
85
84
main () {
86
- // Logger.root.level = Level.FINEST;
87
- // Logger.root.onRecord.listen((LogRecord r) { print(r.message); });
88
-
89
85
var module = new AngularModule ()
90
86
..type (RecipeBookController )
91
87
..type (RatingComponent )
Original file line number Diff line number Diff line change 10
10
text-decoration : none;
11
11
}
12
12
13
- # header {
14
- }
15
-
16
- # controls {
17
- }
18
-
19
- # search-results {
20
- border : 0px solid red;
21
- }
22
-
23
- # details {
24
- border : 0px solid black;
25
- }
26
-
27
13
.extra-space {
28
14
padding-left : 10px ;
29
15
}
You can’t perform that action at this time.
0 commit comments