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

Function getHash

test/angular/1.6/angular.js:6454–6457  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

6452 }
6453
6454 function getHash(url) {
6455 var index = url.indexOf('#');
6456 return index === -1 ? '' : url.substr(index);
6457 }
6458
6459 /**
6460 * @private

Callers 1

BrowserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected