Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
HTML enhanced for web apps
JavaScript Other
Failed to load latest commit information.
benchmarks perf(benchmark): add ngmodel benchmarks to largetable-bp
css fix(ngAnimate): rename `ng-animate-anchor` to `ng-anchor`
docs docs(error/nonassign): add optional binding example
i18n chore(ngLocale): regenerate locale files to include ERA info
images docs(logo): change logo to vector format in .eps file
lib chore(utils.js): only set maximum stack size on non-win32 machines
logs creating logs/ and tmp/ dirs
scripts chore(bower): (un)publish angular-message-format
src feat(ngAnimate): ensure JS animations recognize $animateCss directly
test feat(ngAnimate): ensure JS animations recognize $animateCss directly
.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(travis): set 'sudo: false' and reenable travis cache
CHANGELOG.md docs(CHANGELOG): update to 1.4.0-rc.2
CONTRIBUTING.md docs(CONTRIBUTING): add whitespaces for consistent styling
Gruntfile.js chore(ngMessageFormat): rename angular-messageFormat to angular-messa…
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.md): improve process around `PRs plz!` label
angularFiles.js feat($animate): complete refactor of internal animation code
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 feat(travis): run unit tests on iOS 8
npm-shrinkwrap.clean.json chore(dependencies): general update (including new dgeni-packages)
npm-shrinkwrap.json chore(dependencies): general update (including new dgeni-packages)
package.json chore(test): bump Protractor version to 2.0.0
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.