Skip to content

Instantly share code, notes, and snippets.

View mbuckley's full-sized avatar

Mike Buckley mbuckley

View GitHub Profile
@frankieyan
frankieyan / test.ts
Created July 26, 2017 20:18
StateService href
import { StateService } from "angular-ui-router";
class Blah {
/* @ngInject */
constructor(
private AlertManager: any,
private $state: StateService;
private $sce: angular.ISCEService,
) {}