This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ function MdDialogDirective($$rAF, $mdTheming) {
214
214
* - `locals` - `{object=}`: An object containing key/value pairs. The keys will be used as names
215
215
* of values to inject into the controller. For example, `locals: {three: 3}` would inject
216
216
* `three` into the controller, with the value 3. If `bindToController` is true, they will be
217
- * coppied to the controller instead.
217
+ * copied to the controller instead.
218
218
* - `bindToController` - `bool`: bind the locals to the controller, instead of passing them in
219
219
* - `resolve` - `{object=}`: Similar to locals, except it takes promises as values, and the
220
220
* dialog will not open until all of the promises resolve.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ angular.module('material.components.tabs')
14
14
* @description
15
15
* `<md-tab>` is the nested directive used [within `<md-tabs>`] to specify each tab with a **label** and optional *view content*.
16
16
*
17
- * If the `label` attribute is not specified, then an optional `<md-tab-label>` tag can be used to specified more
17
+ * If the `label` attribute is not specified, then an optional `<md-tab-label>` tag can be used to specify more
18
18
* complex tab header markup. If neither the **label** nor the **md-tab-label** are specified, then the nested
19
19
* markup of the `<md-tab>` is used as the tab header markup.
20
20
*
You can’t perform that action at this time.
0 commit comments