cheeky-angular

0.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i cheeky-angular

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • carbonrobot