This file contains hidden or 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
<div class="tag" ng-repeat="cat in vm.photocats"> | |
<h3>{{cat.name}}</h3> | |
<textarea name="{{cat.name}}" class="{{cat.name}}" data-cat="{{cat.name}}"> | |
{{photo[cat.name]}} | |
</textarea> | |
</div> |
This file contains hidden or 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
{"date":"20150428","formattedDate":"Past 24 hours","videoList":[{"id":"tHih0KrwcgE","title":"Little Bitty Boats and Big Sharks Don\u0027t Mix | Shark Week","url":"https://www.youtube.com/watch?v\u003dtHih0KrwcgE","imgUrl":"https://i.ytimg.com/vi/tHih0KrwcgE/mqdefault.jpg","dailyViewCount":"200,000","totalViewCount":"1,364,709","commentCount":"264","username":"Discovery","length":"2:17","shareUrl":"https://www.google.com/trends/hotvideos?svt\u003dLittle+Bitty+Boats+and+Big+Sharks+Dont+Mix+%7C+Shark+Week\u0026hvd\u003d20150427\u0026geo\u003dUS#a\u003dtHih0KrwcgE","publishedTime":"8 months ago","channelUrl":"https://www.youtube.com/channel/UCqOoboPm3uhY_YXhvhmL-WA"},{"id":"7YV0EtkWyno","title":"New video shows arrest of Freddie Gray in Baltimore","url":"https://www.youtube.com/watch?v\u003d7YV0EtkWyno","imgUrl":"https://i.ytimg.com/vi/7YV0EtkWyno/mqdefault.jpg","dailyViewCount":"100,000","totalViewCount":"341,443","commentCount":"977","username":"CNN","length":"2:35","shareUrl":"https://www.google.com/trends/hot |
This file contains hidden or 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
Scenario: Write BDD in GH | |
Given I setup a GH gist | |
When I enter the info | |
Then people can comment |
OlderNewer