diff options
Diffstat (limited to 'doc/views/demo-disabling-enabling.htm')
-rw-r--r-- | doc/views/demo-disabling-enabling.htm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/views/demo-disabling-enabling.htm b/doc/views/demo-disabling-enabling.htm index 737de31..73fb0a9 100644 --- a/doc/views/demo-disabling-enabling.htm +++ b/doc/views/demo-disabling-enabling.htm @@ -18,7 +18,7 @@ button-label="icon name" item-label="icon name maker" tick-property="ticked" - + helper-elements="all" disable-property="disabled" is-disabled="disableDir" > @@ -76,9 +76,9 @@ <tr class="hljs-tag" ng-repeat="row in modernBrowsers" > <td> </td> <td>{</td> - <td><span class="hljs-attribute">icon</span>: <span class="hljs-value">{{removeHost(row.icon)}}</span>,</td> - <td><span class="hljs-attribute">name</span>: <span class="hljs-value">{{row.name}}</span>,</td> - <td><span class="hljs-attribute">maker</span>: <span class="hljs-value">{{row.maker}}</span>,</td> + <td><span class="hljs-attribute">icon</span>: <span class="hljs-value">"{{removeHost(row.icon)}}"</span>,</td> + <td><span class="hljs-attribute">name</span>: <span class="hljs-value">"{{row.name}}"</span>,</td> + <td><span class="hljs-attribute">maker</span>: <span class="hljs-value">"{{row.maker}}"</span>,</td> <td><span class="hljs-attribute">ticked</span>: <span class="hljs-value">{{row.ticked}}</span></td> <td>}<span ng-if="$index < modernWebBrowsers.length - 1">,</span></td> </tr> @@ -105,9 +105,9 @@ <tr class="hljs-tag" ng-repeat="row in outputBrowsers" > <td> </td> <td>{</td> - <td><span class="hljs-attribute">icon</span>: <span class="hljs-value">{{removeHost(row.icon)}}</span>,</td> - <td><span class="hljs-attribute">name</span>: <span class="hljs-value">{{row.name}}</span>,</td> - <td><span class="hljs-attribute">maker</span>: <span class="hljs-value">{{row.maker}}</span>,</td> + <td><span class="hljs-attribute">icon</span>: <span class="hljs-value">"{{removeHost(row.icon)}}"</span>,</td> + <td><span class="hljs-attribute">name</span>: <span class="hljs-value">"{{row.name}}"</span>,</td> + <td><span class="hljs-attribute">maker</span>: <span class="hljs-value">"{{row.maker}}"</span>,</td> <td><span class="hljs-attribute">ticked</span>: <span class="hljs-value">{{row.ticked}}</span></td> <td>}<span ng-if="$index < modernWebBrowsers.length - 1">,</span></td> </tr> |