Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
HTML enhanced for web apps
branch: master
Failed to load latest commit information.
benchmarks perf($scope): Add a property $$watchersCount to scope
css fix($animate): ensure hidden elements with ngShow/ngHide stay hidden …
docs docs(FAQ): update the zipped file size
i18n chore(i18n): update closure library to latest
images docs(logo): change logo to vector format in .eps file
lib chore(ci): update to use the latest sauce connect (4.3 to 4.3.6)
logs creating logs/ and tmp/ dirs
scripts chore(release-scripts): split BranchPattern from BranchVersion
src feat(ngMessages): provide support for dynamic message resolution
test feat(ngMessages): provide support for dynamic message resolution
.editorconfig chore(.editorconfig): remove settings for ngLocale after change to sc…
.gitattributes chore(*): add .gitattributes with new lines configuration
.gitignore chore(.gitignore): ignore IntelliJ IDEA module files
.jscs.json style(*): add jscs rule requireSpaceBeforeKeywords
.jscs.json.todo style(*): add jscs rule disallowKeywordsOnNewLine: "else"
.jshintignore refactor(jshint): reduce duplication & test all JS files
.jshintrc refactor(jshint): reduce duplication & test all JS files
.jshintrc-base refactor(jshint): reduce duplication & test all JS files
.travis.yml chore(ci): make all browserstack tests allowed failures
CHANGELOG.md chore(CHANGELOG): add release name!
CONTRIBUTING.md docs(CONTRIBUTING): add colons for consistent styling
Gruntfile.js chore(gruntFile): ensure build is run before test:modules
LICENSE docs(app): increment copyright year
README.closure.md refactor(externs): move Closure Externs back to Closure code repository
README.md docs(readme): improve readability
TRIAGING.md docs(triaging): fix formatting
angularFiles.js refact(ngOptions): move into its own file
bower.json chore(bower): refactor bower usage
changelog.js chore(changelog): add test for addition of trailing newline
changelog.spec.js chore(changelog): add test for addition of trailing newline
check-size.sh chore(Grunt): switch from Rake to Grunt
compare-master-to-stable.js chore(compare-master-to-stable): support beta release versions
gdocs.js refactor(jshint): reduce duplication & test all JS files
init-repo.sh docs(tutorial): testacular renamed to karma
jenkins_build.sh chore(build): don't instruct Jenkins test on IE
karma-docs.conf.js refactor(jshint): reduce duplication & test all JS files
karma-jqlite.conf.js test(jqLite): make iframe contents() test less flaky
karma-jquery.conf.js test(jqLite): make iframe contents() test less flaky
karma-modules.conf.js refactor(jshint): reduce duplication & test all JS files
karma-shared.conf.js chore(travis): update browsers to the latest version
npm-shrinkwrap.json chore(npm): update grunt-jscs to 1.2.0 (jscs to 1.10.0), fix styles
package.json chore(npm): update grunt-jscs to 1.2.0 (jscs to 1.10.0), fix styles
protractor-conf.js chore(tests): implement e2e test harness outside of docs app
protractor-jenkins-conf.js fix(jenkins): reset baseUrl in protractor conf
protractor-shared-conf.js chore(docs): configure the base path for protractor tests in examples
protractor-travis-conf.js chore(travis): enable both SauceLabs and BrowserStack
validate-commit-msg.js refactor(jshint): reduce duplication & test all JS files
validate-commit-msg.spec.js refactor(jshint): reduce duplication & test all JS files

README.md

AngularJS Build Status

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 helps with server-side communication, taming async callbacks with promises and deferreds. It also makes 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.

Analytics

Something went wrong with that request. Please try again.