Skip to content

Commit

Permalink
Fixing render bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sideroad committed Jul 3, 2014
1 parent 6a3f469 commit 193b111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>Location</h2>
<option v-repeat="locations" value="{{$key}}" >{{$value}}</option>
</select>
<h2>URL</h2>
<select id="urls" class="form-control" v-model="url" v-on="change: render" >
<select id="urls" class="form-control" v-model="url" v-on="change: renderGraph" >
<option v-repeat="urls" value="{{$key}}" >{{$key}}</option>
</select>

Expand Down

0 comments on commit 193b111

Please sign in to comment.