Skip to content

Commit

Permalink
podcast demo done
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwbradw committed Jan 10, 2015
1 parent 25e0f42 commit 5d90057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podcasting/podcast-episode.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</style>
<div class="episode_wrap">
<h3><!--<i ng-hide="!editing" class='title-label'>title:</i>-->
<input ng-model="episode.title" ng-readonly="!editing" ng-class="{editing: editing}" class="title"/> ({{episode.id}})
<input ng-model="episode.title" ng-readonly="!editing" ng-class="{editing: editing}" class="title"/>
<!-- <button class='play_episode' ng-click="episode.sound.togglePause()">&#9658;/ &#10074;&#10074;</button>-->
<input type="button" ng-click="editToggle()" ng-class="{editing: editing}" value="edit" class="editbutton"> </input>
<button ng-click='save(episode)' ng-hide="!editing">save</button>
Expand Down

0 comments on commit 5d90057

Please sign in to comment.