diff options
author | isteven <ignatius.steven@gmail.com> | 2015-04-02 01:06:24 +0800 |
---|---|---|
committer | isteven <ignatius.steven@gmail.com> | 2015-04-02 01:06:24 +0800 |
commit | 43a3b2b9cf5790b9430be24807765121b379d0a0 (patch) | |
tree | 6fb626c0bea2d7eb92ee6b44eabc5b04072b092c /doc/views/demo-disabling-enabling.htm | |
parent | c5379a91e6274881fb986e2423a699c8712ed170 (diff) | |
download | angular-multi-select-43a3b2b9cf5790b9430be24807765121b379d0a0.zip angular-multi-select-43a3b2b9cf5790b9430be24807765121b379d0a0.tar.gz angular-multi-select-43a3b2b9cf5790b9430be24807765121b379d0a0.tar.bz2 |
v4.0.0
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> |