Improve this Doc View Source uppercase

From Get docs
< Filter components in ngAngularjs/docs/1.8/api/ng/filter/uppercase


Improve this Doc View Source uppercase

  1. filter in module ng

Overview

Converts string to uppercase.


Usage

In HTML Template Binding

{{ uppercase_expression | uppercase}}

In JavaScript

$filter('uppercase')()

Example

© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 3.0.
https://code.angularjs.org/1.8.2/docs/api/ng/filter/uppercase