Skip to content

Commit

Permalink
Item13033: updated to angular-1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Nov 24, 2014
1 parent 41f4a4f commit ecceda6
Show file tree
Hide file tree
Showing 16 changed files with 658 additions and 416 deletions.
2 changes: 1 addition & 1 deletion data/System/AngularPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="micha" comment="reprev" date="1414482295" format="1.1" reprev="2" version="3"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1416833083" format="1.1" version="1"}%
---+!! %TOPIC%
%SHORTDESCRIPTION%

Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/AngularPlugin/Animate.pm
Expand Up @@ -13,7 +13,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'ngAnimate',
version => '1.3.3',
version => '1.3.4',
author => 'Brat Tech LLC, Google and community',
homepage => 'https://angularjs.org',
javascript => ['angular-animate.js', ],
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/AngularPlugin/Aria.pm
Expand Up @@ -13,7 +13,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'ngAria',
version => '1.3.3',
version => '1.3.4',
author => 'Brat Tech LLC, Google and community',
homepage => 'https://angularjs.org',
javascript => ['angular-aria.js', ],
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/AngularPlugin/Cookies.pm
Expand Up @@ -13,7 +13,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'ngCookies',
version => '1.3.3',
version => '1.3.4',
author => 'Brat Tech LLC, Google and community',
homepage => 'https://angularjs.org',
javascript => ['angular-cookies.js', ],
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/AngularPlugin/Core.pm
Expand Up @@ -32,7 +32,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'ngCore',
version => '1.3.3',
version => '1.3.4',
author => 'Brat Tech LLC, Google and community',
homepage => 'https://angularjs.org',
javascript => ['angular.js', ],
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/AngularPlugin/Loader.pm
Expand Up @@ -13,7 +13,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'ngLoader',
version => '1.3.3',
version => '1.3.4',
author => 'Brat Tech LLC, Google and community',
homepage => 'https://angularjs.org',
javascript => ['angular-loader.js', ],
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/AngularPlugin/Messages.pm
Expand Up @@ -13,7 +13,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'ngMessages',
version => '1.3.3',
version => '1.3.4',
author => 'Brat Tech LLC, Google and community',
homepage => 'https://angularjs.org',
javascript => ['angular-messages.js', ],
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/AngularPlugin/Mocks.pm
Expand Up @@ -13,7 +13,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'ngMocks',
version => '1.3.3',
version => '1.3.4',
author => 'Brat Tech LLC, Google and community',
homepage => 'https://angularjs.org',
javascript => ['angular-mocks.js', ],
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/AngularPlugin/Resource.pm
Expand Up @@ -13,7 +13,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'ngResource',
version => '1.3.3',
version => '1.3.4',
author => 'Brat Tech LLC, Google and community',
homepage => 'https://angularjs.org',
javascript => ['angular-resource.js', ],
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/AngularPlugin/Route.pm
Expand Up @@ -13,7 +13,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'ngRoute',
version => '1.3.3',
version => '1.3.4',
author => 'Brat Tech LLC, Google and community',
homepage => 'https://angularjs.org',
javascript => ['angular-route.js', ],
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/AngularPlugin/Sanitize.pm
Expand Up @@ -13,7 +13,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'ngSanitize',
version => '1.3.3',
version => '1.3.4',
author => 'Brat Tech LLC, Google and community',
homepage => 'https://angularjs.org',
javascript => ['angular-sanitize.js', ],
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/AngularPlugin/Scenario.pm
Expand Up @@ -13,7 +13,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'ngScenario',
version => '1.3.3',
version => '1.3.4',
author => 'Brat Tech LLC, Google and community',
homepage => 'https://angularjs.org',
javascript => ['angular-scenario.js', ],
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/AngularPlugin/Touch.pm
Expand Up @@ -13,7 +13,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'ngTouch',
version => '1.3.3',
version => '1.3.4',
author => 'Brat Tech LLC, Google and community',
homepage => 'https://angularjs.org',
javascript => ['angular-touch.js', ],
Expand Down

0 comments on commit ecceda6

Please sign in to comment.