0.1.1 • Published 8 years ago

cheeky-angular v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

cheeky-angular

NPM version NPM downloads Bower version Dependencies status MIT license

Angular Plugin for Cheeky CMS.

Usage

    <script src="/bower_components/angular/angular.min.js"></script>
    <script src="/bower_components/angular-sanitize/angular-sanitize.min.js"></script>
    <script src="/bower_components/angular-cache/dist/angular-cache.min.js"></script>
    <script src="/bower_components/lodash/lodash.min.js"></script>
    <script src="/src/cheeky-angular.js"></script>
    <script src="http://www.alohaeditor.org/download/aloha.min.js"></script>

Configure the css key maps

angular.module('app', ['ngSanitize', 'cheeky'])
    .config(function(cheekyCMSProvider){
        cheekyCMSProvider.map({
            "content": "content.json",
            "crumpet": "crumpet.json"
        });
    });

License

MIT