diff options
| author | Kenneth R. Culp | 2011-04-08 16:03:39 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-04-11 07:20:30 -0700 | 
| commit | 3d787ab6f4fecf9168159e460fcd148120aa4c43 (patch) | |
| tree | 02fcc1897c926091c34d2a9e8237e1120c9aed41 /src/filters.js | |
| parent | 81063a748c666594f4b0f06715d3acc6fd2e07cf (diff) | |
| download | angular.js-3d787ab6f4fecf9168159e460fcd148120aa4c43.tar.bz2 | |
doc fix - ng:autobind, ng:controller and more
Diffstat (limited to 'src/filters.js')
| -rw-r--r-- | src/filters.js | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/filters.js b/src/filters.js index 0f6121ec..2bd71887 100644 --- a/src/filters.js +++ b/src/filters.js @@ -342,9 +342,9 @@ angularFilter.uppercase = uppercase;     <doc:example>       <doc:source>         Snippet: <textarea name="snippet" cols="60" rows="3"> -<p style="color:blue">an html -<em onmouseover="this.textContent='PWN3D!'">click here</em> -snippet</p></textarea> +        <p style="color:blue">an html +        <em onmouseover="this.textContent='PWN3D!'">click here</em> +        snippet</p></textarea>         <table>           <tr>             <td>Filter</td> | 
