2.3.0 • Published 9 years ago

grunt-angular-htmlify v2.3.0

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

grunt-angular-htmlify

Change your ng-attributes to data-ng-attributes for HTML5 validation using angular-html5

NPM Version NPM Downloads Build Status

Issues with the output should be reported on the angular-html5 issue tracker.

Install

$ npm install --save-dev grunt-angular-htmlify

Usage

require('load-grunt-tasks')(grunt); // npm install --save-dev load-grunt-tasks

grunt.initConfig({
    'angularHtmlify': {
        options: {
            customPrefixes: ['ui-'] //optional
        },
        dist: {
            files: {
                'dist/index.html': 'src/index.html'
            }
        }
    }
});

grunt.registerTask('default', ['angularHtmlify']);

Options

See the angular-html5 options

License

MIT ©Gilad Peleg

2.3.0

9 years ago

2.2.0

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago