Skip to content

Commit

Permalink
Update docs 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
explooosion committed Apr 14, 2018
1 parent c291e25 commit 050a0fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/directives/AgmDirection.html
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="72" class="link-to-prism">src/agm-direction.directive.ts:72</a></div>
<div class="io-line">Defined in <a href="" data-line="75" class="link-to-prism">src/agm-direction.directive.ts:75</a></div>
</td>
</tr>

Expand Down Expand Up @@ -1178,7 +1178,10 @@ <h3 id="inputs">
} catch (e) { }
} else {

if (this.isFirstChange) return;
if (this.isFirstChange) {
this.isFirstChange &#x3D; false;
return;
}

/**
* When renderOptions are not first change then reset the display
Expand Down

0 comments on commit 050a0fa

Please sign in to comment.