MCPcopy
hub / github.com/angular-ui/ui-router / getHash

Function getHash

test/angular/1.3/angular.js:4955–4958  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

4953 }
4954
4955 function getHash(url) {
4956 var index = url.indexOf('#');
4957 return index === -1 ? '' : url.substr(index);
4958 }
4959
4960 /**
4961 * @private

Callers 1

BrowserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected