You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-2
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,6 @@ For more details on the expected scope arguments, see the source under [app/scri
145
145
146
146
* toggle (attribute) - intended for Bootstrap's data-toggle=tooltip and data-toggle=popover, will automatically initialize any tooltips and popovers
147
147
* alerts (element) - renders a set of alerts according to the [patternfly style](https://www.patternfly.org/widgets/#alerts)
148
-
* relative-timestamp (element) - renders a relative timestamp (ex: '5 minutes ago') based on the current time, auto-updating every 30 seconds
149
148
* copy-to-clipboard (element) - creates a copy to clipboard button using clipboard.js
150
149
* back (attribute) - when the element is clicked a simulated browser back button event occurs (calls history.back)
151
150
* select-on-focus (attribute) - when the element is focused, all text within it will be selected
@@ -158,7 +157,6 @@ For more details on the expected scope arguments, see the source under [app/scri
158
157
159
158
For more details on the expected arguments, see the source under [app/scripts/filters](app/scripts/filters)
160
159
161
-
* dateRelative - returns the relative date for a timestamp given the current time (ex: '5 minutes ago')
162
160
* ageLessThan - returns whether a timestamp is within a given time amount (ex: 5) and unit (ex: 'minutes'). Refer to the [Moment.js docs](http://momentjs.com/docs/#/manipulating/add/) for the supported units.
163
161
* orderObjectsByDate - given an array or hash of k8s or openshift API objects, return an array of the objects sorted by the creationTimestamp. By default orders with oldest first, optional reverse param will return ordered by newest first.
164
162
* annotation - for a k8s or OpenShift api object, lets you get any annotation by key
{{build.status.phase}}<spanng-if="(build | isIncompleteBuild) && trigger.imageChangeParams.automatic">. A new deployment will be created automatically once the build completes.</span>
0 commit comments