예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function load(Application $app, array $config)
 {
     $app['angular'] = $this;
     $app->on('boot', array($this, 'boot'));
     $app->map('template', array($this, 'templateAction'));
 }