Thanks to visit codestin.com
Credit goes to github.com

Skip to content

guilleferrer/angularjsbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angularjsbundle

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

Make your template to

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

For your project and you'll have a bootstraped version with the main assets for your Angular project

To configure just add :

// AppKernel.php
new Udf\AngularJSBundle\UdfAngularJSBundle()
// Edit your composer.json and add this line in the "require" object
"guilleferrer/angularjsbundle" :"dev-master"

This bundle FORCES you to have a MainCtrl function in javascript, that belongs to the the tag :

<body ng-controller="MainCtrl"> 
...
</body>
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages