Please followAngularJS GIT conventions Please add tests Please update the README and demo (index.html) Inspirations https://github.com/ajoslin/angular-mobile-nav http://mobile.smashingmagazine.com/2012/06/21/play-with-hardware-accelerated-css/ ...
PR's should follow angular git commit conventions. Branching Scheme PRS to master are for 2.3.X only. If you want it rolled into a older release then target your PR to that respective branching name like 2.1.X. Note: many fixes relevant to 2.0.X can be rolled up into 2.1.X, 2.2.X...
When submitting a PR, make sure that the commit messages match theAngularJS conventions. When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix. When submitting a new feature, add tests that cover the feature. ...
Git stats 3,980 commits Files Type Name Latest commit message Commit time config demos js release scripts scss test .agignore .editorconfig .eslintrc .gitignore .jscs.json .jshintignore CHANGELOG.md CONTRIBUTING.md LICENSE README.md bower.json circle.yml component...
When submitting a PR, make sure that the commit messages match the AngularJS conventions. When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix. When submitting a new feature, add tests that cover the feature. Chan...
By default, this plugin assumes you are following the naming conventions and build pipeline of the angular-app demo application. In your project's Gruntfile, add a section named html2js to the data object passed into grunt.initConfig(). This simplest configuration will assemble all templates in ...
This is a fork of the original ui-bootstrap4 project. It has been modified to work with Bootstrap 4. The reason this repository exists is because some applications are choosing (or are forced to chose) to stap with Angular 1, but would like to move to Bootstrap 4. (Especially consideri...
push changes and a tag (git push --tags) switch to the gh-pages branch: git checkout gh-pages copy content of the dist folder to the main folder Commit the version change with the following message: chore(release): [version number] push changes switch back to the main branch and modify...
Latest commit Git stats 251 commits Files Type Name Latest commit message Commit time assets i18n LICENSE README.md README.md AngularJS Style Guide Opinionated AngularJS style guide for teams by @john_papaIf you are looking for an opinionated style guide for syntax, conventions, and ...
Commit Conventions Uses these commit conventions Pushing New Release of Ionic Almost all of the logic for releasing Ionic is done on the Travis server To push a new release: Update package.json version to new version Generate changelog with gulp changelog Go through the changelog, and fix any...