Skip to content

Instantly share code, notes, and snippets.

@progre
Created February 22, 2014 16:33
Show Gist options
  • Save progre/9157572 to your computer and use it in GitHub Desktop.
Save progre/9157572 to your computer and use it in GitHub Desktop.
こまけぇこたぁいいんだ!MVWだ! ref: http://qiita.com/progre/items/f50846ee33af2e6f2dc7
import opening = require('./domain/app/opening'); // <-- インポートして
var app = angular.module('app', ['ngRoute', 'ngAnimate']);
// 中略
app.controller('IndexController', [
() => opening() // <-- コール
]);
angular.bootstrap(<any>document, ['app']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment