MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / getHash

Function getHash

lib/test/angular/1.4.3/angular.js:5409–5412  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

5407 }
5408
5409 function getHash(url) {
5410 var index = url.indexOf('#');
5411 return index === -1 ? '' : url.substr(index);
5412 }
5413
5414 /**
5415 * @private

Callers 1

BrowserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected