$window
  • References/JavaScript/AngularJS/ng services

service in module ng

2025-01-10 15:47:30
$location.hash()
  • References/JavaScript/AngularJS/ng services/location

hash([hash]); This method is getter / setter. Returns the hash fragment when called without any parameters. Changes the

2025-01-10 15:47:30
$animate.leave()
  • References/JavaScript/AngularJS/ng services/animate

leave(element, [options]); Triggers an animation and then removes the element from the DOM. When the function is called a promise is

2025-01-10 15:47:30
$location.port()
  • References/JavaScript/AngularJS/ng services/location

port(); This method is getter only. Return port of current url. // given url http://example

2025-01-10 15:47:30
$exceptionHandler
  • References/JavaScript/AngularJS/ng services

service in module ng

2025-01-10 15:47:30
$log.debug()
  • References/JavaScript/AngularJS/ng services/log

debug(); Write a debug message

2025-01-10 15:47:30
$animate.animate()
  • References/JavaScript/AngularJS/ng services/animate

animate(element, from, to, [className], [options]); Performs an inline animation on the element which applies the provided to and from

2025-01-10 15:47:30
$sceDelegate.getTrusted()
  • References/JavaScript/AngularJS/ng services/sceDelegate

getTrusted(type, maybeTrusted); Takes the result of a

2025-01-10 15:47:30
$sce.parseAsJs()
  • References/JavaScript/AngularJS/ng services/sce

parseAsJs(expression); Shorthand method. $sce.parseAsJs(value) â $sce.parseAs($sce.JS, value)

2025-01-10 15:47:30
$http.patch()
  • References/JavaScript/AngularJS/ng services/http

patch(url, data, [config]); Shortcut method to perform PATCH request. Parameters

2025-01-10 15:47:30