Skip to content

Instantly share code, notes, and snippets.

@huytrongnguyen
Last active April 7, 2018 03:08
Show Gist options
  • Select an option

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

Select an option

Save huytrongnguyen/b1d6cbb13ac4dd3d4aff68b0d349f1f2 to your computer and use it in GitHub Desktop.
import template from './navbar.html';
class NavbarController {
constructor() {
this.title = 'Navbar here';
}
}
export default {
replace: true,
template,
controller: NavbarController,
controllerAs: 'navbar'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment