master
docs(a): remove outdated practice
docs(ngDisabled): remove restriction to input element
style: make jshint happy
feat(form.FormController): add $getControls()
docs(input[email]): note limitations with IPv6 addresses
docs(*): ensure naming is correct for Angular(JS) versions
docs(*): add / correct `@`-tags; fix headlines; add info
fix(ngClass): do not break on invalid values
fix($controller): remove instantiating controllers defined on window
feat($compile): add support for arbitrary DOM property and event bindings
perf(*): don't trigger digests after enter/leave of structural directives
refactor(sceDelegateProvider): remove usages of whitelist and blacklist
docs(ngInit): clarify when it's okay to use ngInit
perf(input): prevent multiple validations on initialization
feat(ngModelOptions): add `timeStripZeroSeconds` and `timeSecondsFormat`
docs(ngNonBindable): document effect on the element's directives
perf(ngOptions): prevent initial options repainting
feat(ngRef): add directive to publish controller, or element into scope
docs(ngRepeat): missing closing backtick
docs(ngShow/ngHide): add note about flicker when toggling elements
test(*): fix up some tests for Firefox
fix(ngTransclude): remove terminal: true
docs(examples): give all examples a name
fix(select): allow to select first option with value `undefined`
fix(required): correctly validate required on non-input element surrounded by ngIf