OpenVeo AngularJS back end

API Docs for: 7.0.0
Show:

OvUrlFactory

Summary

Offers helpers to manipulate URLs as Internet Explorer does not implement URL.

Item Index

Methods

check

Provided by the ov.storage module.

Defined in app/client/admin/js/tableForm/tableForm.js:364

Syntax

check

()

Summary

Checks / unchecks a table row.

setUrlParameter

Syntax

setUrlParameter

(
  • url
  • parameter
  • value
)
String

Summary

Sets a query parameter of an URL.

Parameters:

  • url String

    The URL to modify

  • parameter String

    The name of the parameter to add

  • value String

    The value of the parameter to add

Returns:

String:

The new computed URL