Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

Releases: the-front/angularjs-ee-boilerplate

v1.4.0

21 Nov 23:10
Compare
Choose a tag to compare
  • ISSUE #25 - Use Angular UI Route instead Angular.js $route

v1.3.0

18 Nov 22:03
Compare
Choose a tag to compare
  • docs updated
  • js file to map all js files in the directory

renamed from: require.load.js to package.js

ISSUE #32

v1.2.0

07 Nov 20:12
Compare
Choose a tag to compare

IE 8 support dropped

vendors lib's updated

v1.1.1

09 Oct 17:23
Compare
Choose a tag to compare

Repository moved from [GitHub] erkobridee user to [GitHub] the-front organization

v1.1.0

08 Oct 01:49
Compare
Choose a tag to compare

change code syntax from:

// AMD Style
define(['angular'], function() {  
    return {
        /* API for this module */
    };
});

to:

// CommonJS Style
define(function(require) {  
  var angular = require('angular');

  return {
    /* API for this module */
  };
});

v1.0.0

06 Oct 18:40
Compare
Choose a tag to compare

v0.7.0

05 Sep 16:54
Compare
Choose a tag to compare

v0.6.1

18 Aug 19:43
Compare
Choose a tag to compare

src/shared/mock updated

  • added support to define id as string

src/vendor updated

  • jquery v 1.11.1
  • bootstrap v 3.2.0
  • angular.js v 1.2.22
  • require.js v 2.1.14
  • html5shiv v 3.7.2
  • respond.js v 1.4.2

toos/ updated

  • grunt-contrib-less v 0.11.4

docs/ updated

  • defined sub directories by language
    • en > english
    • pt-Br > brazilian portuguese

v0.6.0

29 Jul 00:38
Compare
Choose a tag to compare

/src

/tools

v0.5.2

04 Jun 18:12
Compare
Choose a tag to compare

/tools and /publisher grunt reviewed and updated:

  • loading tasks performance improvement
  • old plugin load-grunt-config removed