2017 © Pedro Peláez
 

symfony-bundle angularjsbundle

Symfony2 bundle for Angular js integration

image

guilleferrer/angularjsbundle

Symfony2 bundle for Angular js integration

  • Tuesday, October 30, 2012
  • by danidelalin
  • Repository
  • 2 Watchers
  • 1 Stars
  • 286 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

angularjsbundle

The angularjs bundle provides a basic template for an angular project and loads the assets requried by the www.angularjs.org project, (*1)

Make your template to, (*2)

{% extends 'UdfAngularJSBundle::angular_base.html.twig' %}

For your project and you'll have a bootstraped version with the main assets for your Angular project, (*3)

To configure just add :, (*4)

// AppKernel.php
new Udf\AngularJSBundle\UdfAngularJSBundle()
````

// Edit your composer.json and add this line in the "require" object "guilleferrer/angularjsbundle" :"dev-master", (*5)


This bundle FORCES you to have a MainCtrl function in javascript, that belongs to the the <body> tag : ```` <body ng-controller="MainCtrl"> ... </body>

The Versions

30/10 2012

dev-master

9999999-dev https://bitbucket.org/guilleferrer/angularjsbundle

Symfony2 bundle for Angular js integration

  Sources   Download

MIT

The Requires

 

javascript symfony angular.js