Skip to content

Instantly share code, notes, and snippets.

View frankieyan's full-sized avatar
🤯

Frankie Yan frankieyan

🤯
  • Vancouver, BC
  • 10:43 (UTC -07:00)
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,
) {}