angular.js 1.8.3-1 source package in Ubuntu
Changelog
angular.js (1.8.3-1) unstable; urgency=medium * New upstream release. -- Laszlo Boszormenyi (GCS) <email address hidden> Sun, 12 Feb 2023 07:45:48 +0100
Upload details
- Uploaded by:
- Laszlo Boszormenyi
- Uploaded to:
- Sid
- Original maintainer:
- Laszlo Boszormenyi
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
angular.js_1.8.3-1.dsc | 1.8 KiB | 59a7a3c400576c2b9065a6542b17a10ec19d699d54043d6fac81bbc9e6bed4dd |
angular.js_1.8.3.orig.tar.gz | 20.4 MiB | d7f8d844716fb9cd44f8a4469c0b6006d4eea485879e7e6c26952c7aa0535a40 |
angular.js_1.8.3-1.debian.tar.xz | 17.3 KiB | 82d866154dcfd0b63017e7ff357b3a82177a435c7a67dc6ad37d3ba58e91ec04 |
Available diffs
- diff from 1.8.2-2 to 1.8.3-1 (191.6 KiB)
No changes file available.
Binary packages built by this source
- libjs-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. It also helps with server-side communication, taming
async callbacks with promises and deferreds; and make client-side navigation
and deeplinking with hashbang urls or HTML5 pushState a piece of cake.