Moved to src, deploy working

This commit is contained in:
2016-02-28 14:55:41 +08:00
parent 56f2e7d8a7
commit 637341f15a
98 changed files with 219 additions and 980 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ module.exports = function (config) {
// // prependPrefix: "web/path/to/templates/",
//
// // the name of the Angular module to create
// moduleName: "scienceAlchemy.templates"
// moduleName: "cardsForScience.templates"
// },
+2 -2
View File
@@ -1,7 +1,7 @@
'use strict';
/* jasmine specs for controllers go here */
describe('scienceAlchemy controllers', function () {
describe('cardsForScience controllers', function () {
var $controller;
beforeEach(function () {
@@ -19,7 +19,7 @@ describe('scienceAlchemy controllers', function () {
}
});
});
beforeEach(module('scienceAlchemy'));
beforeEach(module('cardsForScience'));
beforeEach(inject(function (_$controller_) {
// The injector unwraps the underscores (_) from around the parameter names when matching
$controller = _$controller_;
+1 -1
View File
@@ -7,7 +7,7 @@ describe('directives', function () {
$rootScope;
// Load the myApp module, which contains the directive
beforeEach(module('scienceAlchemy'));
beforeEach(module('CardsForScience'));
// beforeEach(module('Rules'));
// Store references to $rootScope and $compile
+1 -1
View File
@@ -5,7 +5,7 @@
describe('filter', function () {
beforeEach(
module('scienceAlchemy')
module('cardsForScience')
);
describe('niceNumber', function () {
+1 -1
View File
@@ -120,7 +120,7 @@ describe('Rules compilation', function () {
$rootScope;
beforeEach(
module('scienceAlchemy')
module('cardsForScience')
);
// Store references to $rootScope and $compile
+1 -1
View File
@@ -3,7 +3,7 @@
describe('services', function () {
//load modules
beforeEach(module('scienceAlchemy'));
beforeEach(module('cardsForScience'));
// Test service availability