Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Created July 13, 2018 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdyrrahitis/59bebe305c9b828fe8646aaa1fa614ca to your computer and use it in GitHub Desktop.
Save gdyrrahitis/59bebe305c9b828fe8646aaa1fa614ca to your computer and use it in GitHub Desktop.
declare interface IHomeControllerScope extends ng.IScope {
departments: Department[];
navigateToDepartment: (id: number) => void;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment