giovdk21 / yii-angularjs-helper
Yii AngularJS Helper Widget
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 4
Open Issues: 0
pkg:composer/giovdk21/yii-angularjs-helper
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2023-08-19 09:20:16 UTC
README
This extension allows to easily load and embed your AngularJS application from a Yii view.
Yii extension page: http://www.yiiframework.com/extension/yii-angularjs-helper/
Main Features
- publish and load AngularJS base script and required modules
- publish and load your AngularJS application assets
- concatenate AngularJS application scripts into a single file
- replace placeholders values on assets publication
- flexible configuration
Getting started
- download the extension
- copy the angularHelper folder from the examples folder to your modules folder and enable it in your configuration file
- open index.php?r=angularHelper/default/index in your browser
- have a look at the source code of the extension (YiiAngularjsHelper.php) and of the example module