docs(): remove prodMode config

Closes #8551
This commit is contained in:
mhartington
2016-10-07 09:41:16 -04:00
parent 3a208b6c8d
commit 600056cf17

View File

@@ -99,7 +99,6 @@ import { isObject, isDefined, isFunction, isArray } from '../util/util';
* | `pickerLeave` | `string` | The name of the transition to use while a picker is dismissed. |
* | `popoverEnter` | `string` | The name of the transition to use while a popover is presented. |
* | `popoverLeave` | `string` | The name of the transition to use while a popover is dismissed. |
* | `prodMode` | `boolean` | Disable development mode, which turns off assertions and other checks within the framework. One important assertion this disables verifies that a change detection pass does not result in additional changes to any bindings (also known as unidirectional data flow).
* | `spinner` | `string` | The default spinner to use when a name is not defined. |
* | `swipeBackEnabled` | `boolean` | Whether native iOS swipe to go back functionality is enabled.
* | `tabsHighlight` | `boolean` | Whether to show a highlight line under the tab when it is selected. |