UNPKG

ionic-cordova-gulp-seed

Version:

Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.

10 lines (9 loc) 169 B
IonicModule .directive('ionModalView', function() { return { restrict: 'E', compile: function(element, attr) { element.addClass('modal'); } }; });