Coder Social home page Coder Social logo

angularjsbundle's Introduction

AngularJS Bundle

This bundle provides a base template for an AngularJS + Symfony2 project. It includes the AngularJS assets and loads them by default.

If you need a more extensible and configurable option check this other project: https://github.com/danidelalin/UndfAngularJsBundle

AngularJS

Current version: 1.2.0-rc3

Modules included:

  • angular-loader
  • angular-route
  • angular-cookies
  • angular-sanitize
  • angular-resource

Usage

To use the template you just need to extend yours this way:

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

To configure just add in AppKernel.php:

$bundles = array(
    // ...
    new TS\AngularJSBundle\UdfAngularJSBundle(),
)

Edit your composer.json and add this line in the "require" object:

{
    "require": {
        "rogerclotet/angularjsbundle": "1.0.*"
    }
}

And you should add this bundle in assetic configuration in your app/config/config.yml:

assetic:
    bundles: [ TSAngularJSBundle ]

By default the AngularJS app and main controller are "myApp" and "MainCtrl". You can change their name by modifying the blocks "appname" and "maincontrollername".

angularjsbundle's People

Contributors

sp-roger-clotet avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.