This repository
This repository
All repositories
JavaScriptOther Show File Finder

chore(dump): remove dead code

This code is not being used any more and the test is now failing
due to Karma changes. Karma used to expose window.dump but that
changed recently and that's why our build is now failing.

I'm removing the code and test, but we still need to figure out
how to route window.dump through angular.mock.dump, but that will
have to be a separate commit.
latest commit 717f24feb4
IgorMinar authored
Octocat-spinner-32 css fix(ngCloak): hide element even when CSS 'display' is set
Octocat-spinner-32 docs chore(ngdocs): fix improve button overlap
Octocat-spinner-32 example set ng-app as personalLog
Octocat-spinner-32 i18n fix(i18n): Do not transform arrays into objects
Octocat-spinner-32 images chore(Grunt): switch from Rake to Grunt
Octocat-spinner-32 lib fix(grunt): cache version number
Octocat-spinner-32 logs creating logs/ and tmp/ dirs
Octocat-spinner-32 src chore(dump): remove dead code
Octocat-spinner-32 test chore(dump): remove dead code
Octocat-spinner-32 .gitignore chore(gitignore): add libpeerconnection.log
Octocat-spinner-32 .travis.yml chore(build): add check for merge conflicts, ddescribe, and iit
Octocat-spinner-32 CHANGELOG.md docs(changelog): fix changelog formatting
Octocat-spinner-32 CONTRIBUTING.md docs(CONTRIBUTING.md): add contrib info file for GitHub
Octocat-spinner-32 Gruntfile.js chore(build): add check for merge conflicts, ddescribe, and iit
Octocat-spinner-32 LICENSE chore(license): update to google
Octocat-spinner-32 README.md chore(Grunt): switch from Rake to Grunt
Octocat-spinner-32 angularFiles.js fix(core): parse URLs using the browser's DOM API
Octocat-spinner-32 bower.json fix(bower): Use latest ng-closure-runner
Octocat-spinner-32 changelog.js chore(changelog.js): improve the changelog script
Octocat-spinner-32 changelog.spec.js chore(changelog.js): improve the changelog script
Octocat-spinner-32 changelog.tmp.md chore(release scripts): auto release scripts
Octocat-spinner-32 check-size.sh chore(Grunt): switch from Rake to Grunt
Octocat-spinner-32 gdocs.js chore(formating): clean code to be function() {
Octocat-spinner-32 gen_docs.sh chore(docs): get correct location for jasmine-node
Octocat-spinner-32 init-repo.sh docs(tutorial): testacular renamed to karma
Octocat-spinner-32 karma-docs.conf.js test(docs): fix invalid paths
Octocat-spinner-32 karma-e2e.conf.js chore: set up Sauce Labs with Travis
Octocat-spinner-32 karma-jqlite.conf.js chore: set up Sauce Labs with Travis
Octocat-spinner-32 karma-jquery.conf.js chore: set up Sauce Labs with Travis
Octocat-spinner-32 karma-modules.conf.js chore: set up Sauce Labs with Travis
Octocat-spinner-32 karma-shared.conf.js chore(travis): speed up the build
Octocat-spinner-32 package.json chore(package.json): fix name to work with latest NPM
Octocat-spinner-32 release-commit.sh chore(release scripts): auto release scripts
Octocat-spinner-32 start-iteration.sh chore(release scripts): auto release scripts
Octocat-spinner-32 validate-commit-msg.js docs(validate-commit-msg): fix incorrect comment
Octocat-spinner-32 validate-commit-msg.spec.js fix(git-validator): support fixup and better errors
Octocat-spinner-32 watchr-docs.rb chore(watchr): watchr scripts should output logs to terminal
README.md

AngularJS

AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding. To help you structure your application better and make it easy to test, AngularJS teaches the browser how to do dependency injection and inversion of control. Oh yeah and it also helps with server-side communication, taming async callbacks with promises and deferreds; and make client-side navigation and deeplinking with hashbang urls or HTML5 pushState a piece of cake. The best of all: it makes development fun!

Building AngularJS

Once you have your environment setup just run:

grunt package

Running Tests

To execute all unit tests, use:

grunt test:unit

To execute end-to-end (e2e) tests, use:

grunt package
grunt test:e2e

To learn more about the grunt tasks, run grunt --help and also read our contribution guidelines.

Something went wrong with that request. Please try again.