Skip to content
This repository was archived by the owner on Aug 25, 2018. It is now read-only.
This repository was archived by the owner on Aug 25, 2018. It is now read-only.

yo angular:route function error #51

@clickdigital

Description

@clickdigital

When the above function is run the result is placed in the wrong location in app.js causing the solution to break with the following result

.when('/test', {
templateUrl: 'views/test.html',
controller: 'TestCtrl'
})
'use strict';

/**

  • @ngdoc overview
  • @name fireTestApp
  • @description
  • fireTestApp

  • Main module of the application.
    */
    angular.module('fireTestApp', [
    'ngAnimate',
    'ngCookies',
    'ngResource',
    'ngRoute',
    'ngSanitize',
    'ngTouch',
    'firebase',
    'firebase.utils',
    'simpleLogin'
    ]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions