2017 © Pedro Peláez
 

symfony-bundle angularjs-bundle

AngularJs 1.0.7 Bundle for Symfony2

image

nemesarial/angularjs-bundle

AngularJs 1.0.7 Bundle for Symfony2

  • Wednesday, June 12, 2013
  • by Nemesarial
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

NemAngularJsBundle - AngularJs as a Symfony 2 bundle

Current Version

AngularJs Ver 1.0.7, (*1)

Installation

Add bundle to your composer.json file

``` js // composer.json { "require": { // ... "nemesarial/angularjs-bundle": "dev-master" } }, (*2)


### Add bundle to your application kernel ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Nemesarial\AngularJsBundle\NemAngularJsBundle(), // ... ); }

Install the bundle using Composer

``` bash $ php composer.phar update nemesarial/angularjs-bundle, (*3)


### Add Resource to Assetic Configuration ``` yaml assetic: # ... assets: # ... angular_js: inputs: - %kernel.root_dir%/../vendor/nemesarial/angularjs-bundle/Nemesarial/AngularJSBundle/Resources/public/js/angular.min.js output: js/angular.js # ...

Add Javascript Reference to the layout

twig {% block javascripts %} {% javascripts '@angular_js' combine=true %} <script src="{{ asset_url }}"></script> {% endjavascripts %} {% endblock %}, (*4)

The Versions

12/06 2013

dev-master

9999999-dev https://github.com/Nemesarial/QlFontAwesomeBundle

AngularJs 1.0.7 Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

by Mark Holtzhausen

css bundle typography webfonts