Skip to content

Commit

Permalink
Item13033: fixed perl stups; updated to latest ng
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Sep 25, 2014
1 parent 12801bc commit 17ff67d
Show file tree
Hide file tree
Showing 14 changed files with 261 additions and 232 deletions.
2 changes: 0 additions & 2 deletions lib/Foswiki/Plugins/AngularPlugin/Cookies.pm
Expand Up @@ -9,11 +9,9 @@ our @ISA = qw( Foswiki::Plugins::AngularPlugin::Module );

sub new {
my $class = shift;
my $session = shift || $Foswiki::Plugins::SESSION;

my $this = bless(
$class->SUPER::new(
$session,
name => 'ngCookies',
version => '1.3.0-rc.0',
author => 'Brat Tech LLC, Google and community',
Expand Down
2 changes: 2 additions & 0 deletions lib/Foswiki/Plugins/AngularPlugin/DEPENDENCIES
@@ -0,0 +1,2 @@
Foswiki::Plugins::JQueryPlugin,>=6.00,perl,Required.

2 changes: 0 additions & 2 deletions lib/Foswiki/Plugins/AngularPlugin/Loader.pm
Expand Up @@ -9,11 +9,9 @@ our @ISA = qw( Foswiki::Plugins::AngularPlugin::Module );

sub new {
my $class = shift;
my $session = shift || $Foswiki::Plugins::SESSION;

my $this = bless(
$class->SUPER::new(
$session,
name => 'ngLoader',
version => '1.3.0-rc.0',
author => 'Brat Tech LLC, Google and community',
Expand Down
2 changes: 0 additions & 2 deletions lib/Foswiki/Plugins/AngularPlugin/Messages.pm
Expand Up @@ -9,11 +9,9 @@ our @ISA = qw( Foswiki::Plugins::AngularPlugin::Module );

sub new {
my $class = shift;
my $session = shift || $Foswiki::Plugins::SESSION;

my $this = bless(
$class->SUPER::new(
$session,
name => 'ngMessages',
version => '1.3.0-rc.0',
author => 'Brat Tech LLC, Google and community',
Expand Down
2 changes: 0 additions & 2 deletions lib/Foswiki/Plugins/AngularPlugin/Mocks.pm
Expand Up @@ -9,11 +9,9 @@ our @ISA = qw( Foswiki::Plugins::AngularPlugin::Module );

sub new {
my $class = shift;
my $session = shift || $Foswiki::Plugins::SESSION;

my $this = bless(
$class->SUPER::new(
$session,
name => 'ngMocks',
version => '1.3.0-rc.0',
author => 'Brat Tech LLC, Google and community',
Expand Down
2 changes: 0 additions & 2 deletions lib/Foswiki/Plugins/AngularPlugin/Resource.pm
Expand Up @@ -9,11 +9,9 @@ our @ISA = qw( Foswiki::Plugins::AngularPlugin::Module );

sub new {
my $class = shift;
my $session = shift || $Foswiki::Plugins::SESSION;

my $this = bless(
$class->SUPER::new(
$session,
name => 'ngResource',
version => '1.3.0-rc.0',
author => 'Brat Tech LLC, Google and community',
Expand Down
2 changes: 0 additions & 2 deletions lib/Foswiki/Plugins/AngularPlugin/Route.pm
Expand Up @@ -9,11 +9,9 @@ our @ISA = qw( Foswiki::Plugins::AngularPlugin::Module );

sub new {
my $class = shift;
my $session = shift || $Foswiki::Plugins::SESSION;

my $this = bless(
$class->SUPER::new(
$session,
name => 'ngRoute',
version => '1.3.0-rc.0',
author => 'Brat Tech LLC, Google and community',
Expand Down
2 changes: 0 additions & 2 deletions lib/Foswiki/Plugins/AngularPlugin/Sanitize.pm
Expand Up @@ -9,11 +9,9 @@ our @ISA = qw( Foswiki::Plugins::AngularPlugin::Module );

sub new {
my $class = shift;
my $session = shift || $Foswiki::Plugins::SESSION;

my $this = bless(
$class->SUPER::new(
$session,
name => 'ngSanitize',
version => '1.3.0-rc.0',
author => 'Brat Tech LLC, Google and community',
Expand Down
2 changes: 0 additions & 2 deletions lib/Foswiki/Plugins/AngularPlugin/Scenario.pm
Expand Up @@ -9,11 +9,9 @@ our @ISA = qw( Foswiki::Plugins::AngularPlugin::Module );

sub new {
my $class = shift;
my $session = shift || $Foswiki::Plugins::SESSION;

my $this = bless(
$class->SUPER::new(
$session,
name => 'ngScenario',
version => '1.3.0-rc.0',
author => 'Brat Tech LLC, Google and community',
Expand Down
2 changes: 0 additions & 2 deletions lib/Foswiki/Plugins/AngularPlugin/Touch.pm
Expand Up @@ -9,11 +9,9 @@ our @ISA = qw( Foswiki::Plugins::AngularPlugin::Module );

sub new {
my $class = shift;
my $session = shift || $Foswiki::Plugins::SESSION;

my $this = bless(
$class->SUPER::new(
$session,
name => 'ngTouch',
version => '1.3.0-rc.0',
author => 'Brat Tech LLC, Google and community',
Expand Down
3 changes: 2 additions & 1 deletion pub/System/AngularPlugin/Makefile
@@ -1,5 +1,6 @@
FOSWIKI_ROOT?=~/foswiki/core
SUBDIRS=modules i18n vendor
SUBDIRS=modules i18n
#vendor
TARGET=angular.js

-include $(FOSWIKI_ROOT)/pub/System/JQueryPlugin/Makefile.include
Expand Down

0 comments on commit 17ff67d

Please sign in to comment.