This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #639 from zhouyaoji/code_ex_correct_yql_getting-st…
…arted-ex [code ex fix: GH 547] Added the 'bar.hb.html' index.
- Loading branch information
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
examples/getting-started-guide/part2/basic_yql/mojits/Flickr/views/bar.hb.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div id="{{mojit_view_id}}" class="mojit"> | ||
<h2>Hello from the 'bar' view!</h2> | ||
<ul> | ||
{{#images}} | ||
<li><a href="{{url}}">{{title}}</a></li> | ||
{{/images}} | ||
</ul> | ||
</div> |
2 changes: 1 addition & 1 deletion
2
examples/getting-started-guide/part2/basic_yql/mojits/Flickr/views/index.hb.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ | |
"call": "flickr.index" | ||
} | ||
|
||
}] | ||
}] |