Skip to content

Instantly share code, notes, and snippets.

@huytrongnguyen
Created April 7, 2018 03:26
Show Gist options
  • Select an option

  • Save huytrongnguyen/ca077a28a99531b9b931cc509e209dde to your computer and use it in GitHub Desktop.

Select an option

Save huytrongnguyen/ca077a28a99531b9b931cc509e209dde to your computer and use it in GitHub Desktop.
import template from './home.html';
class HomeController {
constructor() {
this.title = 'Hello from AngularJS';
}
}
export default {
template,
controller: HomeController,
controllerAs: 'home'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment