Skip to content
HTML enhanced for web apps http://angularjs.org
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(examples): add copyright and license info to each plunker file
i18n docs: fix typos throughout the codebase
images docs(logo): change logo to vector format in .eps file
lib chore(saucelabs): update to latest sauce version
logs creating logs/ and tmp/ dirs
scripts chore(jenkins): remove unused argument definition
src feat(ngMock.$componentController): add helper to instantiate controll…
test feat(ngMock.$componentController): add helper to instantiate controll…
.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
.jscsrc chore(jscs): remove .jscs.json.todo, rename config to .jscsrc
.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): update to use node 4.x
CHANGELOG.md docs: fix typos throughout the codebase
CONTRIBUTING.md docs(contributing): fix typo (a unambiguous => an unambiguous)
Gruntfile.js chore(Gruntfile): replace double quotes with single quotes
LICENSE chore(*): Updated year in licence
README.closure.md docs(README.closure.md): clarify sentence
README.md docs(readme): fix typo (setup => set up)
TRIAGING.md docs(TRIAGING.md): improve process around `PRs plz!` label
angularFiles.js chore(build): add a validation step for angularFiles
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 docs(compare-master-to-stable.js): fix typo (comands -> commands)
gdocs.js docs(gdocs.js): fix typo (Eror -> Error)
init-repo.sh docs(tutorial): testacular renamed to karma
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(karma): upgrade chrome in saucelabs to latest
npm-shrinkwrap.clean.json chore(package): update karma to 0.13
npm-shrinkwrap.json chore(package): update karma to 0.13
package.json chore(package): update karma to 0.13
protractor-conf.js chore(protractor-conf.js): remove dangling comma
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. Best of all?? It makes development fun!

Building AngularJS

Once you have your environment set up 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.