silverbux/laravel-angular-admin

View on GitHub
angular/app/components/forms-general/forms-general.component.js

Summary

Maintainability
A
0 mins
Test Coverage
class FormsGeneralController {
  constructor () {
    'ngInject'

  //
  }

  $onInit () {}
}

export const FormsGeneralComponent = {
  templateUrl: './views/app/components/forms-general/forms-general.component.html',
  controller: FormsGeneralController,
  controllerAs: 'vm',
  bindings: {}
}