Skip to content
This repository

HTML enhanced for web apps

docs(*): fix its/it's grammar

Closes #7580
latest commit 0dc35efd7c
westwell philwestwell authored caitp committed
css fix($animate): make CSS blocking optional for class-based animations
docs docs(tutorial): fix minor errors in step 11
i18n chore(formatting): removed unnecessary white spaces
images docs(logo): change logo to vector format in .eps file
lib chore(travis): use SauceConnect v4
logs creating logs/ and tmp/ dirs
scripts chore(release): publish ngMessages to bower
src docs(*): fix its/it's grammar
test docs(*): fix its/it's grammar
.bowerrc chore(bower): add a .bowerrc file
.gitignore chore: add script for updating bower repos
.jscs.json style: enable jscs requireLeftStickedOperators rule
.jscs.json.todo style: enable jscs requireLeftStickedOperators rule
.travis.yml chore(travis): use npm cache
CHANGELOG.md docs(*): fix its/it's grammar
CONTRIBUTING.md docs(CONTRIBUTING.md): fixing link to Google Closure I18N library
Gruntfile.js chore(grunt): check files in src for ddescribe/iit
LICENSE style(License): update copyright year
README.closure.md refactor(externs): move Closure Externs back to Closure code repository
README.md docs(README): use svg badge
TRIAGING.md docs(triaging): correct information about milestones
angularFiles.js feat(NgMessages): introduce the NgMessages module and directives
bower.json chore(docs): use fixed versions with all registered bower components
changelog.js chore(CHANGELOG): introduce perf() section for performance-related co…
changelog.spec.js chore(changelog.js): improve the changelog script
check-size.sh chore(Grunt): switch from Rake to Grunt
compare-master-to-stable.js chore: make compare-master-to-stable script more flexible
gdocs.js chore(formating): clean code to be function() {
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 chore(docs-app): re-activate docs-app test tasks
karma-jqlite.conf.js fix(jqLite): make jqLite('<iframe src="someurl">').contents() return …
karma-jquery.conf.js fix(jqLite): make jqLite('<iframe src="someurl">').contents() return …
karma-modules.conf.js chore(travis): clean up logs
karma-shared.conf.js chore(travis): use latest selenium on SL
npm-shrinkwrap.json chore(travis/e2e): update protractor to 0.23.1
package.json chore(travis/e2e): update protractor to 0.23.1
protractor-conf.js chore(travis): reorganize protractor configs to group by spec instead…
protractor-jenkins-conf.js chore(protractor-jenkins-config): don't use `this` inside onPrepare
protractor-shared-conf.js chore(travis): reorganize protractor configs to group by spec instead…
protractor-travis-conf.js chore(travis/e2e): use Chrome on Mac
validate-commit-msg.js chore(CHANGELOG): introduce perf() section for performance-related co…
validate-commit-msg.spec.js chore(validate-commit-msg.js): increase the max line limit for commit…
watchr-docs.rb chore(watchr): watchr scripts should output logs to terminal
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 also helps with server-side communication, taming async callbacks with promises and deferreds; and 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.