Skip to content

Commit

Permalink
CHG Removed references to SpyDirective
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Ignacio Santa Cruz G <jose.santacruz@solem.cl>
  • Loading branch information
Jose Ignacio Santa Cruz G committed May 16, 2017
1 parent d89d0f8 commit bc5d1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/custom-header/custom-header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Generated template for the CustomHeader component -->
<ion-header mySpy color="dark" [ngClass]="{
<ion-header color="dark" [ngClass]="{
'jedi': !!isJedi,
'sith': !!!isJedi,
'sw': isJedi === undefined }">
Expand Down
4 changes: 1 addition & 3 deletions src/components/custom-header/custom-header.module.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import { NgModule } from '@angular/core';
import { IonicModule } from 'ionic-angular';
import { SpyDirective } from "../../directives/spy/spy";
//import { CustomHeader } from './custom-header';

@NgModule({
declarations: [
//CustomHeader,
],
imports: [
IonicModule,
SpyDirective
IonicModule
],
exports: [
//CustomHeader
Expand Down

0 comments on commit bc5d1e2

Please sign in to comment.