rogerclotet/angularjsbundle
Composer 安装命令:
composer require rogerclotet/angularjsbundle
包简介
Symfony2 bundle for AngularJS integration
README 文档
README
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".
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-11-01